mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
26 lines
413 B
CSS
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;
|
|
}
|