minor, css, and gradient fallback

This commit is contained in:
sanj 2010-05-14 22:33:19 +05:30
parent c01ce962c0
commit 08e5b4d2ef
2 changed files with 4 additions and 7 deletions

View File

@ -18,7 +18,7 @@
-webkit-box-shadow: 0px 0px 1em;
background: rgba(255,255,255,0.5);
clear:left;
font-family: Verdana, Helvetica, sans-serif;
font-family: serif;
font-size: 12px;
width: 861px;
height:1230px;
@ -319,7 +319,7 @@ a img
body {
background: #ABAE71;
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
}

View File

@ -75,10 +75,7 @@ body, html {
</style>
<script type="text/javascript">
FRONTEND_URL = "{{frontend_url}}";
</script>
<script type="text/javascript" src="/static/js/jquery.js"></script>
<script type="text/javascript" src="/static/js/jquery.colorbox.js"></script>
<script type="text/javascript" src="/static/js/jquery.srt.js"></script>