Commit 68ab8272be6e668a826080d37a6be888d80b5740
1 parent
cdac18be
Exists in
master
and in
5 other branches
Css fixes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | * { margin: 0; padding: 0; } |
| 9 | 9 | * :link,:visited { text-decoration:none } |
| 10 | 10 | * ul,ol { list-style:none; } |
| 11 | -* li { display: inline; } | |
| 11 | +.header-content li { display: inline; } | |
| 12 | 12 | * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } |
| 13 | 13 | * a img,:link img,:visited img { border:none } |
| 14 | 14 | a { outline: none; } | ... | ... |