From 7729a0bb28b7079e720a36930c90948a90f6789d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 18 Mar 2014 08:52:56 -0400 Subject: [PATCH] refactor(style) body: set correct order --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index c1e7e758..1bce2a8f 100644 --- a/css/style.css +++ b/css/style.css @@ -36,11 +36,11 @@ html { body { width : 100%; height : 95%; - font-size : 16px; - font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace; - background-color : white; /* fix overflow change of fancybox */ - overflow : hidden; + overflow : hidden; + font-family : "Droid Sans Mono", "Ubuntu Mono", "Consolas", monospace; + font-size : 16px; + background-color : white; } .hidden {