margin can't be used with display: inline so remove it
This commit is contained in:
parent
8e13989d6a
commit
da3e0daaf2
|
@ -56,7 +56,6 @@ a:active { color:#369; text-decoration:none; }
|
|||
|
||||
#tabs li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0 .5em;
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
|
@ -87,7 +86,6 @@ a:active { color:#369; text-decoration:none; }
|
|||
|
||||
#anchors li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0 .5em;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue