Merge pull request #3354 from owenconti/bug/2903-wrong-font-for-error

Fixes #2903 - Wrong font for errors
This commit is contained in:
Kyle
2017-08-04 16:41:00 -07:00
committed by GitHub
4 changed files with 5 additions and 23 deletions

View File

@@ -21,7 +21,6 @@
{ {
box-sizing: inherit; box-sizing: inherit;
} }
body { body {
margin:0; margin:0;
background: #fafafa; background: #fafafa;

View File

@@ -1,21 +1,3 @@
html
{
box-sizing: border-box;
}
*,
*:before,
*:after
{
box-sizing: inherit;
}
body
{
margin: 0;
background: #fafafa;
}
.wrapper .wrapper
{ {
width: 100%; width: 100%;

View File

@@ -14,5 +14,6 @@
@import 'information'; @import 'information';
@import 'authorize'; @import 'authorize';
@import 'errors'; @import 'errors';
@include text_body();
@import 'split-pane-mode'; @import 'split-pane-mode';
} }