Skip to content

Commit

Permalink
+ nav color
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Feb 9, 2010
1 parent 0f50108 commit 993dab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ img {
margin: 0px 20px 0px 0px; }

ol.nav {
height: 1.5em; }
height: 1.5em;
color: #ccc; }
ol.nav li {
float: left;
padding-right: 10px; }
1 change: 1 addition & 0 deletions basic.sass
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ img

ol.nav
:height 1.5em
:color #ccc
li
:float left
:padding-right 10px

0 comments on commit 993dab7

Please sign in to comment.