equal
deleted
inserted
replaced
|
1 /* Move down content because we have a fixed navbar that is 50px tall */ |
|
2 body { |
|
3 padding-top: 50px; |
|
4 padding-bottom: 20px; |
|
5 } |
|
6 |
|
7 .navbar-periplus { |
|
8 background-color: SteelBlue; |
|
9 border-color: #e7e7e7; |
|
10 } |
|
11 |
|
12 .navbar-periplus .navbar-brand-periplus { |
|
13 color: whitesmoke; |
|
14 background-color: transparent; |
|
15 } |
|
16 |
|
17 .navbar-periplus .navbar-brand-periplus:focus { |
|
18 color: whitesmoke; |
|
19 background-color: transparent; |
|
20 } |
|
21 |
|
22 .navbar-periplus .navbar-brand-periplus:hover { |
|
23 color: silver; |
|
24 background-color: transparent; |
|
25 } |
|
26 |