opera = standards :O

This commit is contained in:
Shish 2010-04-20 02:51:38 +01:00
parent 6db60d1cb3
commit 444d1aa3d5

View file

@ -32,10 +32,11 @@ H3 {
.brr, .hrr, H1, #footer, .thumb {
margin: 8px;
padding: 8px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
border-radius: 12px; /* standard, webkit, opera */
-moz-border-radius: 12px; /* mozilla haven't committed yet */
box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* standard, opera */
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* webkit haven't committed yet */
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* mozilla haven't committed yet */
}
THEAD {
font-weight: bold;