diff --git a/style/client.css b/style/client.css index fa112f7d4..179c3644a 100644 --- a/style/client.css +++ b/style/client.css @@ -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;