CSS: Don't set font-size on .container

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 16:32:45 +02:00
parent d71afd30fe
commit 5304f0a0df

View File

@ -116,7 +116,6 @@ html {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 0.875em;
width: 100%;
height: 100%;
overflow: auto;