-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNav.css
52 lines (52 loc) · 878 Bytes
/
Nav.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.category-header:hover , .collapseall:hover{
cursor:pointer;
}
.nav{
margin: auto;
overflow: hidden;
padding-left: 0;
}
.category-content{
list-style:disc;
display:block;
padding:1px 1px 1px 1px;
margin:auto;
width:100%;
}
.category-content li{
position:static !important;
float:none !important;
padding:1px 1px 1px 1px !important;
}
.nav li {
position: relative;
display: block;
float: left;
margin-bottom: -1px;
padding: 10px 15px;
line-height: 1.42857143;
margin-right: 2px;
border-radius: 4px 4px 0 0;
font-size: large;
}
.navbar{
list-style: none;
width:100%;
margin-bottom: 0;
padding-left: 0;
list-style:none;
float:right !important;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
display:table;
}
.category{
width:5em;
border-left: 2px solid #dddddd;
}
.category-header{
width:100%;
border-bottom: 1px solid #dddddd;
}