mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Initial import and public 'release'
This commit is contained in:
parent
327597ca02
commit
90ee4dfea0
792 changed files with 147584 additions and 0 deletions
26
htdocs/css/base.css
Normal file
26
htdocs/css/base.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue