mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Add #menu.horizontal
This commit is contained in:
parent
aebec8bc25
commit
abb2418da2
1 changed files with 14 additions and 0 deletions
|
@ -1 +1,15 @@
|
|||
#menu.horizontal {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#menu.horizontal ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#menu.horizontal ul li {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue