Make tabs prettier in IE

This commit is contained in:
Quinella 2014-06-07 00:54:19 +02:00
parent d9c07bbb8e
commit 4be517e098

View File

@ -174,15 +174,13 @@ a.subtle:hover {
.tabbar li,
.tabbar ul {
display: inline;
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.tabbar ul {
float: left;
display: block;
}
.tabbar a.button {
outline: none;
display: inline-block;