Skip to content

Commit

Permalink
fix some styling issues with the navion/content listing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaphy committed Jul 27, 2011
1 parent df8f74f commit 31f511e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions stylesheets/mainstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ div#contents, div#navigation

div#contents ul, div#navigation ul
{
list-style-type: none;
margin-left: -26pt;
list-style-type: none;
list-style-position: outside;
margin-bottom: 0.4em; margin-left: 0;
padding-left: 0.4em;
margin-bottom: 0.2em;
padding-left: 0.8em;
}

div#contents ul li, div#navigation ul li
{
margin-top: 0.4em;
}

div#navigation h1
Expand Down

0 comments on commit 31f511e

Please sign in to comment.