X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.legacy%2FcommonPrint.css;h=8ff06342072211729a5becb36c446af0e4ef8da1;hb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;hp=cd1ca31344f9901c9b3ab6cf996b427bbaa14d10;hpb=b24bfae5fe864c6c5f485ee2f190409e7de4f33f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.legacy/commonPrint.css b/resources/src/mediawiki.legacy/commonPrint.css index cd1ca31344..8ff0634207 100644 --- a/resources/src/mediawiki.legacy/commonPrint.css +++ b/resources/src/mediawiki.legacy/commonPrint.css @@ -131,6 +131,12 @@ pre, overflow: auto; } +/* Prevent citations and subscripts from interfering with the line-height */ +sup, +sub { + line-height: 1; +} + ul { list-style-type: square; } @@ -252,33 +258,31 @@ div.floatright p { */ div.thumb { background-color: transparent; - border: 0; width: auto; - margin-top: 0.5em; - margin-bottom: 0.8em; +} + +div.thumb a { + border-bottom: 0; } div.thumbinner { background-color: #fff; - border: 1pt solid #ccc; - padding: 3px; - font-size: 94%; + border: 0; + border-radius: 2px; + padding: 5px; + font-size: 10pt; + color: #666; text-align: center; /* new block formatting context, * to clear background from floating content */ overflow: hidden; -} - -html .thumbimage { - border: 1pt solid #ccc; + min-width: 100px; } html .thumbcaption { - border: 0; text-align: left; line-height: 1.4; padding: 3px; - font-size: 94%; } img.thumbborder {