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 { #map {
position: absolute; position: absolute;
top: 220px; top: 220px;
bottom: 0px; bottom: 10px;
right: 40%; right: 40%;
left: 0px; left: 10px;
-moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em;
box-shadow: 0px 0px 1em;
} }
#media { #media {
background: #fff;
position: absolute; position: absolute;
right: 0px; right: 2%;
width: 40%; width: 36%;
top: 0px; height: 90%;
bottom: 0px; 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> </style>
<script type="text/javascript" src="/static/js/jquery.js"></script> <script type="text/javascript" src="/static/js/jquery.js"></script>