mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added new items
Display as list with CSS to take up less space and be easier to read
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
#menu ul{
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#menu ul ul{
|
||||
list-style: square inside;
|
||||
margin: 5px;
|
||||
marker-offset: auto;
|
||||
}
|
||||
#menu h3 {
|
||||
font-size: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#menu {
|
||||
position : fixed;
|
||||
width : 20%;
|
||||
|
||||
Reference in New Issue
Block a user