diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -44,7 +44,7 @@ a { margin: -1px; } -ul { +ul.navbar { list-style-type: none; margin: 0; padding: 0; @@ -52,6 +52,12 @@ ul { background-color: whitesmoke; } +li.list-blog{ + text-decoration: none; + float: left; + display: block; +} + li.logo{ font-weight: bold; color: black; |
