[gnome-continuous] Add support for old Mozilla versions



commit 510077f3f996a77589dc5fec507d966da488f82a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 13 11:39:51 2013 -0500

    Add support for old Mozilla versions
    
    It's a bit of a degraded layout, but I don't think we care...

 extras/build.gnome.org/app.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/extras/build.gnome.org/app.css b/extras/build.gnome.org/app.css
index 37df2ff..f5cf69c 100644
--- a/extras/build.gnome.org/app.css
+++ b/extras/build.gnome.org/app.css
@@ -4,8 +4,13 @@ body {
 
        margin: 0;
 
+       display: -moz-box;
+       -moz-box-orient: vertical;
+
        display: flex;
        flex-direction: column;
+
+       width: 100%;
        min-height: 100vh;
 }
 
@@ -15,6 +20,7 @@ h1 {
 }
 
 .content {
+       -moz-box-flex: 1;
        flex: 1;
 }
 
@@ -33,6 +39,7 @@ footer {
 }
 
 .machine {
+       display: -moz-box;
        display: flex;
 
        border-radius: 6px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]