enlarge your map

This commit is contained in:
Thomas NOËL 2013-09-11 14:14:00 +02:00
parent 5cf8c6d373
commit e4d99dbaa6
1 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,7 @@ ul li.dark-bg h2 {
#wrap {
margin: 0 auto;
width: 1000px;
width: 90%; /* 1000px; */
position: relative;
}
@ -265,7 +265,7 @@ li.dark-bg:hover .close {
#idplist {
float: left;
width: 24%;
width: 35%;
height: 100%;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
@ -290,11 +290,12 @@ input#search {
margin: 10px 10px;
height: 1.5em;
font-size: 1.2em;
width: 90%;
}
#map {
float: right;
width: 74%;
width: 63%;
height: 100%;
box-shadow: 0 0 5px black;
}