summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-27 13:17:15 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-27 13:17:15 +0000
commitf265c54cac7655ebcb392c2d274c169034eb9e39 (patch)
treefa1360fd8297a3316939843cd1eba6237fd5478e
parent371323233bb18e905c881431d5c7fff0b3ecf838 (diff)
downloadbrdo-f265c54cac7655ebcb392c2d274c169034eb9e39.tar.gz
brdo-f265c54cac7655ebcb392c2d274c169034eb9e39.tar.bz2
#29107 by asimmonds. Remove non-rendered padding on taxonomy links which caused clickability issues in IE.
-rw-r--r--themes/bluemarine/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 37a9900d2..904b644b5 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -243,7 +243,7 @@ ul.links li.first {
.node .taxonomy {
color: #999;
font-size: 0.8em;
- padding: 1.5em;
+ padding-left: 1.5em;
}
.node .picture {
border: 1px solid #ddd;