MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus COPD die Lungenwiki
Wechseln zu: Navigation, Suche
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
 
+
/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */
 +
/* Juli 2011 von Bernhard Linz */
 +
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
 +
#content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; }
 +
div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; }

Version vom 10. Februar 2015, 11:39 Uhr

/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */
/* Juli 2011 von Bernhard Linz */
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
#content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; }
div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; }