From Fedora Project Wiki
< User:Cassmodiah | Infobox
Cassmodiah (talk | contribs) (New page: →runde einige Ecke, nur für Gecko-Browser: #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } ...) |
Cassmodiah (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* rounded corners - Mozilla/Firefox only */ | |||
.pBody | |||
{ | |||
padding: 0.1em 0.1em; | |||
-moz-border-radius-topright: 0.5em; | |||
-moz-border-radius-bottomright: 0.5em; | |||
} | |||
#p-cactions ul li, #p-cactions ul li a | |||
{ | |||
-moz-border-radius-topright: 0.5em; | |||
-moz-border-radius-topleft: 0.5em; | |||
} | |||
#content, .toc | |||
{ | |||
-moz-border-radius-topleft: 0.5em; | |||
-moz-border-radius-topright: 0.5em; | |||
-moz-border-radius-bottomleft: 0.5em; | |||
-moz-border-radius-bottomright: 0.5em; | |||
} | |||
Revision as of 23:48, 18 November 2008
/* rounded corners - Mozilla/Firefox only */ .pBody { padding: 0.1em 0.1em; -moz-border-radius-topright: 0.5em; -moz-border-radius-bottomright: 0.5em; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topright: 0.5em; -moz-border-radius-topleft: 0.5em; } #content, .toc { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -moz-border-radius-bottomleft: 0.5em; -moz-border-radius-bottomright: 0.5em; }