[SPIP] ~v3.0.17-->v3.0.19
[lhc/web/www.git] / www / squelettes-dist / css / spip.css
old mode 100755 (executable)
new mode 100644 (file)
index 0027525..18d72f1
@@ -7,6 +7,10 @@
 /* Listes SPIP */
 ul.spip,
 ol.spip { margin-left: 50px; }
+@media (max-width: 640px) {
+       ul.spip,
+       ol.spip { margin-left: 1.5em; }
+}
 ul.spip { list-style-type: square; }
 li ul.spip { list-style-type: disc; }
 li li ul.spip { list-style-type: circle; }
@@ -31,7 +35,7 @@ blockquote.spip { min-height: 40px; background: url(img/quote.png) no-repeat; }
 .spip_code,
 .spip_cadre { font-family: 'Courier New', Courier, monospace; font-size: 1em; }
 
-/* Enluminures typo V3 / Cf.: http://www.spip-contrib.net/3118 */
+/* Enluminures typo V3 / Cf.: http://contrib.spip.net/3118 */
 sc, .sc { font-variant: small-caps; }
 .caractencadre-spip { background-color: #FFFFCC; color: purple; }
 .caractencadre2-spip { background-color: #FFFFCC; color: orange; }