opera = standards :O
This commit is contained in:
parent
6db60d1cb3
commit
444d1aa3d5
1 changed files with 5 additions and 4 deletions
|
@ -32,10 +32,11 @@ H3 {
|
||||||
.brr, .hrr, H1, #footer, .thumb {
|
.brr, .hrr, H1, #footer, .thumb {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
-webkit-border-radius: 12px;
|
border-radius: 12px; /* standard, webkit, opera */
|
||||||
-moz-border-radius: 12px;
|
-moz-border-radius: 12px; /* mozilla haven't committed yet */
|
||||||
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
|
box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* standard, opera */
|
||||||
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
|
-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 {
|
THEAD {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Reference in a new issue