This commit is contained in:
sanj 2010-05-14 22:44:15 +05:30
parent 08e5b4d2ef
commit f54d0493d5
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
-webkit-box-shadow: 0px 0px 1em;
background: rgba(255,255,255,0.5);
clear:left;
font-family: serif;
font-family: Helvetica, sans-serif;
font-size: 12px;
width: 861px;
height:1230px;

View File

@ -2,6 +2,7 @@ body {
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
font-family: Helvetica, sans-serif;
}
#ajaxBusy {