blob: 0faee0cc971a111742c320017989b46cf407464d (
plain)
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
|
.views
display: inline-block
margin-left: 10px
margin-right: 10px
li
background: #fafafa
border-left: 1px solid #ddd
border-top: 1px solid #ddd
border-bottom: 1px solid #ddd
padding: 5px 8px
display: inline
a
color: #555
text-decoration: none
&:hover
color: #333
text-decoration: underline
.menu-inline li.active a
font-weight: bold
color: #000
text-decoration: none
.views li
&.active a
font-weight: bold
color: #000
text-decoration: none
&:first-child
border-top-left-radius: 5px
border-bottom-left-radius: 5px
&:last-child
border-right: 1px solid #ddd
border-top-right-radius: 5px
border-bottom-right-radius: 5px
|