6373
правки
Rain (обсуждение | вклад) м |
Rain (обсуждение | вклад) м |
||
Строка 2: | Строка 2: | ||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | ||
#p-cactions ul li, #p-cactions ul li a { | #p-cactions ul li, #p-cactions ul li a { | ||
moz-border-radius:0.4em; | |||
moz-border-radius: | border-radius:0.4em; | ||
border-radius: | webkit-border-radius:0.4em; | ||
webkit-border-radius: | |||
} | } | ||
#content { | #content { | ||
moz-border-radius: | moz-border-radius:0.6em; | ||
border-radius: | border-radius:0.6em; | ||
webkit-border-radius: | webkit-border-radius:0.6em; | ||
} | } | ||
div.pBody { | div.pBody { | ||
moz-border-radius: | moz-border-radius:0.4em; | ||
border-radius: | border-radius:0.4em; | ||
webkit-border-radius: | webkit-border-radius:0.4em; | ||
} | } |