Skip to content

Commit

Permalink
minor fix for ul styling in nodes in gamma theme
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Nov 11, 2010
1 parent 07ed9d8 commit ec5fbb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gamma/css/gamma.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,12 @@ table th a.active:hover {
line-height: 24px;
padding: 0 0 0 24px;
}
.node .content ol {
.node .content ol,
.node .content ul {
padding-left: 1.5em;
}
.node .content ol li {
.node .content ol li,
.node .content ul li {
line-height: 24px;
padding: 0;
}
Expand Down

0 comments on commit ec5fbb7

Please sign in to comment.