equal
deleted
inserted
replaced
1 #footer li:first-child { |
1 #footer li:first-child { |
2 float: left; |
2 float: left; |
3 border-left: 1px solid #484848; |
3 border-left: 1px solid #484848; |
|
4 padding-top: 0px; |
|
5 padding-bottom: 0px; |
4 } |
6 } |
5 |
7 |
6 .colt-logo { |
8 #footer li:first-child span { |
|
9 display: inline-block; |
|
10 vertical-align: top; |
|
11 } |
|
12 |
|
13 #footer li:first-child span:first-child { |
|
14 padding-top: 4px; |
|
15 } |
|
16 |
|
17 |
|
18 .connectis-logo { |
7 font-size: 1px; |
19 font-size: 1px; |
8 line-height: 0; |
20 line-height: 0; |
9 text-indent: -9999px; |
21 text-indent: -9999px; |
10 overflow: hidden; |
22 overflow: hidden; |
11 min-width: 32px; |
23 min-width: 102px; |
12 background: url(../img/colt-logo-dark.png) center no-repeat; |
24 background: url(../img/connectis.png) center no-repeat; |
13 background-size: 30px 15px; |
25 background-size: 100px 22px; |
14 padding: 0; |
26 padding: 0; |
15 min-height: 15px; |
27 min-height: 22px; |
16 width: 32px; |
28 width: 102px; |
17 display: inline-block; |
29 display: inline-block; |
|
30 background-position: 1px 0px; |
18 } |
31 } |