shadows all around
This commit is contained in:
parent
b1243995a9
commit
184fbfabab
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user