Light magic touch.

This commit is contained in:
z3d
2010-12-03 06:09:11 +00:00
parent faf3d08164
commit b649d8424a
3 changed files with 28 additions and 23 deletions

View File

@@ -13,7 +13,8 @@ body {
** drop soon).
*/
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
background: #99f url(images/magic.png);
}
div {
@@ -211,7 +212,7 @@ hr {
text-align: left !important;
font-size: 7pt;
background-color: #fff;
background: url(images/lightbluetile.png);
background: url(images/magic.png);
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
@@ -219,6 +220,7 @@ hr {
padding: 10px 20px;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: none repeat scroll 0 0 #EEEEFF;
background: #fff url(images/magic.png);
border: 1px solid #444477;
color: #000011;
}