summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:43:57 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:43:57 -0700
commitd40fdf8548eb4f88942cc11053ea4ce0d027d8ba (patch)
tree87a9f94b61d5ae387ac999964f0895d496cd0645 /themes
parentad8026c566c1691fc3159f7bcae570d2dc29fdcd (diff)
downloadbrdo-d40fdf8548eb4f88942cc11053ea4ce0d027d8ba.tar.gz
brdo-d40fdf8548eb4f88942cc11053ea4ce0d027d8ba.tar.bz2
Issue #1290512 by droplet: Fixed Seven: remove duplicated css .
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style-rtl.css1
-rw-r--r--themes/seven/style.css5
2 files changed, 1 insertions, 5 deletions
diff --git a/themes/seven/style-rtl.css b/themes/seven/style-rtl.css
index 6fb8b6250..3e94fb911 100644
--- a/themes/seven/style-rtl.css
+++ b/themes/seven/style-rtl.css
@@ -8,7 +8,6 @@ dl dl {
}
ul,
.block ul,
-.item-list ul,
.item-list ul {
margin: 0.25em 1.5em 0.25em 0;
}
diff --git a/themes/seven/style.css b/themes/seven/style.css
index bf40a3d5c..56a86edf1 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -100,7 +100,6 @@ acronym {
}
ul,
.block ul,
-.item-list ul,
.item-list ul {
list-style-type: disc;
list-style-image: none;
@@ -599,10 +598,8 @@ div.teaser-checkbox .form-item,
padding: 0;
}
.form-item label.option {
- text-transform: none;
-}
-.form-item label.option {
font-size: 0.923em;
+ text-transform: none;
}
.form-item label.option input {
vertical-align: middle;