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 {
|
||||
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;
|
||||
|
|
Reference in a new issue