mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
minor changes
This commit is contained in:
parent
abb2418da2
commit
e831cf7273
1 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
#menu {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#menu.horizontal {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 2px solid #DDD;
|
||||
}
|
||||
|
||||
#menu.horizontal ul {
|
||||
|
@ -11,5 +16,12 @@
|
|||
|
||||
#menu.horizontal ul li {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
padding: 3px;
|
||||
color: #FFF;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.tables {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue