fonts
This commit is contained in:
parent
08e5b4d2ef
commit
f54d0493d5
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user