Working css for IE

This commit is contained in:
perploug
2013-09-05 15:17:10 +02:00
parent 70a1b63813
commit 37c07bbc51
2 changed files with 8 additions and 1 deletions

View File

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

View File

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