summaryrefslogtreecommitdiff
path: root/skins/chick/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/chick/main.css')
-rw-r--r--skins/chick/main.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/skins/chick/main.css b/skins/chick/main.css
index ac61b91b..961d1c0a 100644
--- a/skins/chick/main.css
+++ b/skins/chick/main.css
@@ -47,6 +47,7 @@ h1, h2, h3, h4, h5, h6 {
background: none;
font-weight: normal;
margin: 0;
+ overflow: hidden;
padding-top: 0.5em;
padding-bottom: 0.17em;
border-bottom: 1px solid #aaaaaa;
@@ -145,12 +146,6 @@ select {
color: black;
vertical-align: top;
}
-abbr, acronym, .explain {
- border-bottom: 1px dotted black;
- color: black;
- background: none;
- cursor: help;
-}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
@@ -279,7 +274,6 @@ div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
margin-bottom: 0.5em;
- border-style: solid; border-color: white;
width: auto;
}
div.thumbinner {
@@ -312,13 +306,12 @@ div.magnify a, div.magnify img {
div.tright {
clear: right;
float: right;
- border-width: 0.5em 0 0.8em 1.4em;
+ margin: 0.5em 0 1.3em 1.4em;
}
div.tleft {
float: left;
clear: left;
- margin-right:0.5em;
- border-width: 0.5em 1.4em 0.8em 0;
+ margin: 0.5em 1.4em 1.3em 0;
}
img.thumbborder {
border: 1px solid #dddddd;