summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-06-01 20:57:04 +0000
committerNigel Osborne <kiwi3685@me.com>2011-06-01 20:57:04 +0000
commit7c5b97729185dcce12785fde7a14b5482a105263 (patch)
tree1a96c75a374235b01b069ce548d2fa74513b4192 /themes
parent8577721f6aacf1ff6741f22e4c6614e2cefa1a65 (diff)
downloadwebtrees-7c5b97729185dcce12785fde7a14b5482a105263.tar.gz
webtrees-7c5b97729185dcce12785fde7a14b5482a105263.tar.bz2
webtrees-7c5b97729185dcce12785fde7a14b5482a105263.zip
Add missing changes from "references" to "extra-info"
Diffstat (limited to 'themes')
-rw-r--r--themes/webtrees/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css
index be3fcfd737..ac80530fb5 100644
--- a/themes/webtrees/style.css
+++ b/themes/webtrees/style.css
@@ -1706,9 +1706,9 @@ html[dir='rtl'] .desc_tree_div ul {margin-right:10px;margin-left:0px;}
#sb_clippings_content li {list-style:none; margin:0px; padding:0px; white-space:nowrap;}
/* References */
-#sb_content_references {font-size:80%; font-weight:bold; margin-top:1px; padding:5px;}
-#sb_content_references .editfacts {float:right; margin-top:-30px;}
-html[dir='rtl'] #sb_content_references .editfacts {float:left;}
-#sb_content_references a {display:block;}
-#sb_content_references span {font-weight:normal;}
-#sb_content_references #hitcounter {border-top: 1px solid #B2C7D7; font-weight: bold; padding-top: 5px;}
+#sb_content_extra_info {font-size:80%; font-weight:bold; margin-top:1px; padding:5px;}
+#sb_content_extra_info .editfacts {float:right; margin-top:-30px;}
+html[dir='rtl'] #sb_content_extra_info .editfacts {float:left;}
+#sb_content_extra_info a {display:block;}
+#sb_content_extra_info span {font-weight:normal;}
+#sb_content_extra_info #hitcounter {border-top: 1px solid #B2C7D7; font-weight: bold; padding-top: 5px;}