shadows all around

This commit is contained in:
sanj 2010-05-07 05:01:28 +05:30
parent b1243995a9
commit 184fbfabab

View File

@ -58,17 +58,25 @@ body {
#map {
position: absolute;
top: 220px;
bottom: 0px;
bottom: 10px;
right: 40%;
left: 0px;
left: 10px;
-moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em;
box-shadow: 0px 0px 1em;
}
#media {
background: #fff;
position: absolute;
right: 0px;
width: 40%;
top: 0px;
bottom: 0px;
right: 2%;
width: 36%;
height: 90%;
top: 5%;
bottom: 5%;
-moz-box-shadow: 0px 0px 1.5em;
-webkit-box-shadow: 0px 0px 1.5em;
box-shadow: 0px 0px 1.5em;
}
</style>
<script type="text/javascript" src="/static/js/jquery.js"></script>