X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Felements.css;h=b97868ebba00d293fee528e26b9f20b42a90f073;hb=404cc8fdf6f64cccb03feedb118b20ff9e470633;hp=6001a0c45c691df8ff1ef069bb9560e204a25635;hpb=0d1000f7510b978a953fd3b913940d10382ba54a;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css index 6001a0c45c..b97868ebba 100644 --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -91,7 +91,7 @@ hr { color: #a2a9b1; background-color: #a2a9b1; border: 0; - margin: .2em 0; + margin: 0.2em 0; } /* Structural Elements */ @@ -106,8 +106,8 @@ h6 { font-weight: normal; margin: 0; overflow: hidden; - padding-top: .5em; - padding-bottom: .17em; + padding-top: 0.5em; + padding-bottom: 0.17em; border-bottom: 1px solid #a2a9b1; } @@ -146,17 +146,17 @@ h6 { /* Some space under the headers in the content area */ h1, h2 { - margin-bottom: .6em; + margin-bottom: 0.6em; } h3, h4, h5 { - margin-bottom: .3em; + margin-bottom: 0.3em; } p { - margin: .4em 0 .5em 0; + margin: 0.4em 0 0.5em 0; } p img { @@ -165,33 +165,33 @@ p img { ul { list-style-type: square; - margin: .3em 0 0 1.6em; + margin: 0.3em 0 0 1.6em; padding: 0; } ol { - margin: .3em 0 0 3.2em; + margin: 0.3em 0 0 3.2em; padding: 0; list-style-image: none; } li { - margin-bottom: .1em; + margin-bottom: 0.1em; } dt { font-weight: bold; - margin-bottom: .1em; + margin-bottom: 0.1em; } dl { - margin-top: .2em; - margin-bottom: .5em; + margin-top: 0.2em; + margin-bottom: 0.5em; } dd { margin-left: 1.6em; - margin-bottom: .1em; + margin-bottom: 0.1em; } pre, code, tt, kbd, samp, .mw-code { @@ -238,7 +238,7 @@ fieldset.nested { } legend { - padding: .5em; + padding: 0.5em; font-size: 95%; } @@ -249,7 +249,7 @@ form { textarea { width: 100%; - padding: .1em; + padding: 0.1em; display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;