From 4be517e098fa4f46cd0ebf0549334f22a6d59ce2 Mon Sep 17 00:00:00 2001 From: Quinella Date: Sat, 7 Jun 2014 00:54:19 +0200 Subject: [PATCH] Make tabs prettier in IE --- style/client.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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;