123456789101112131415161718192021222324252627282930313233343536 |
- @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;
- }
|