Working css for IE
This commit is contained in:
@@ -12,8 +12,15 @@ body {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
font-family: @baseFontFamily;
|
||||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
color: @textColor;
|
||||
background-color: @bodyBackground;
|
||||
}
|
||||
|
||||
|
||||
.padded {
|
||||
padding: 20px
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
@sansFontFamily: "'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
@sansFontFamily: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
|
||||
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
||||
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user