summaryrefslogtreecommitdiff
path: root/skins/chick
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
commit9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch)
tree46d1a0dee7febef5c2d57a9f7b972be16a163b3d /skins/chick
parent78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff)
update to MediaWiki 1.17.0
Diffstat (limited to 'skins/chick')
-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;