soundmap_theme/style-single.css
2016-11-29 01:18:17 +01:00

41 lines
453 B
CSS

#single{
width: 960px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 0;
padding: 0;
}
#left{
width: 400px;
}
#right{
width: 560px;
}
.map_canvas{
width: 395px;
height: 500px;
margin-left: 5px;
}
#content{
width: 100%;
}
#page{
float: left;
position: relative;
width: 100%;
background-color: transparent;
}
#page #content{
float: none;
}
#page #content .hentry{
margin-bottom: 0;
padding-bottom: 10px;
}