nsedit/htdocs/css/base.css
2014-05-21 11:58:05 +02:00

26 lines
413 B
CSS

body, html {
margin:5px;
padding:0;
color:#000;
background:#ffffff;
}
#wrap {
}
#menu {
width: 10%;
float: left;
border: 1px solid #DDD;
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 1.3;
}
.tables {
float: right;
width: 89%;
min-width: 500px;
margin-bottom: 5px;
}