Commit b1879e4eff8b621fc622eff7bf7357f75cb234df
1 parent
a7840536
Exists in
master
and in
39 other branches
Removing css entry that was breaking navbar
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/proxy/diazo/trac.xml
... | ... | @@ -14,7 +14,6 @@ |
14 | 14 | .navbar .nav li { border: 0; padding: 0; white-space: normal; display: list-item;} |
15 | 15 | :link:not(.btn), |
16 | 16 | :visited:not(.btn) { border: 0; color: rgb(66, 139, 202); } |
17 | - :link, :visited { border: 0; } | |
18 | 17 | h1 { font-size: 24px; margin: 0.15em 1em 0.5em 0px; } |
19 | 18 | h2 { font-size: 20px } |
20 | 19 | h3 { font-size: 16px } | ... | ... |