8df80521
Alexander Karnovsky
not fixed commite
|
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
|
@import url(http://fonts.googleapis.com/css);
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
@font-face {
font-family: 'Font';
src: url("../lib/fonts/webfont.eot");
}
.navbar-header-2 {
clear: both;
}
.navbar-header:after {
clear: both;
background: url("data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/") no-repeat left center;
}
@media (min-width: 768px) {
.navbar-header {
background: url("data:image/png;base64,iVBORwJggg==") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
float: left;
}
}
@font-face {
font-family: 'Font';
src: url("../lib/fonts/webfont.eot?v=4.0.0");
src: url("../lib/fonts/webfont.eot");
}
@font-face {
font-family: 'Font1';
src: url("../lib/fonts/webfont.eot");
}
.navbar-header {
clear: both;
}
|