From 956d5596973fc847dd6dbe7ddef3307ac44d314f Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 24 Feb 2013 01:22:33 -0800 Subject: [PATCH] Firefox CSS tweaks Issue #53 --- build/{main.61a783f2.css => main.c4a547fb.css} | 15 +++++++++++++++ index.html | 2 +- src/style/main.css | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) rename build/{main.61a783f2.css => main.c4a547fb.css} (98%) diff --git a/build/main.61a783f2.css b/build/main.c4a547fb.css similarity index 98% rename from build/main.61a783f2.css rename to build/main.c4a547fb.css index 482ef4bf..8b6d9ac1 100644 --- a/build/main.61a783f2.css +++ b/build/main.c4a547fb.css @@ -1026,8 +1026,23 @@ div.gitDemonstrationView { background: #9bcbeb; } + /* Go Home Firefox, you're drunk */ @-moz-document url-prefix() { + div.wrapper.box.vertical { + -moz-box-flex: 3; + box-flex: 3; + } + + div.toolbar.level-toolbar.box.vertical.center.transitionAll { + width: 100%; + } + + div.controls.box.horizontal.justify { + left: 0 !important; + top: -4px !important; + } + body { display: block; width: 100%; diff --git a/index.html b/index.html index 4908945e..bfec6de4 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 482ef4bf..8b6d9ac1 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -1026,8 +1026,23 @@ div.gitDemonstrationView { background: #9bcbeb; } + /* Go Home Firefox, you're drunk */ @-moz-document url-prefix() { + div.wrapper.box.vertical { + -moz-box-flex: 3; + box-flex: 3; + } + + div.toolbar.level-toolbar.box.vertical.center.transitionAll { + width: 100%; + } + + div.controls.box.horizontal.justify { + left: 0 !important; + top: -4px !important; + } + body { display: block; width: 100%;