From f802a79da6afbd3c5d18e0eb27a737502021ec7c Mon Sep 17 00:00:00 2001 From: Chad Weider Date: Wed, 29 Feb 2012 17:00:58 -0800 Subject: [PATCH] Make styles less restrictive. --- src/static/css/pad.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 37e66d42..1da605df 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -69,7 +69,6 @@ a img { } .toolbar ul li a:hover { text-decoration: none; - width: 18px; } .toolbar ul li a span { position: relative; @@ -113,11 +112,12 @@ a img { color: #ccc; cursor: pointer; display: inline-block; - height: 18px; + min-height: 18px; overflow: hidden; padding: 4px 5px; + text-align: center; text-decoration: none; - width: 18px; + min-width: 18px; } .toolbar ul li a .buttonicon { position: relative;