margin can't be used with display: inline so remove it

This commit is contained in:
XhmikosR 2013-03-17 14:06:50 +02:00
parent 8e13989d6a
commit da3e0daaf2
2 changed files with 5 additions and 7 deletions

View File

@ -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