From b5ab84275cba60f2d235408ff473fe90e9bd7f2d Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Fri, 11 Nov 2016 13:55:54 -0700
Subject: [PATCH] Various css options changed to get things looking good on
 firefox.

---
 doc/html/slurm.css | 8 ++++++++
 doc/html/style.css | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/html/slurm.css b/doc/html/slurm.css
index 6dee0b76919..71e0577dd0e 100644
--- a/doc/html/slurm.css
+++ b/doc/html/slurm.css
@@ -81,6 +81,7 @@ body:before {
 	background: #FCFCFC;
 	border-bottom: 1px solid #D8D8D8;
 	padding: 14px 0 10px;
+	height: 70px;
 }
 
 #cse * {
@@ -141,6 +142,12 @@ body:before {
 	}
 
 	.site-header {
+		float: left;
+		width: 360px;
+		min-width: 360px;
+		z-index: 1000;
+		border-bottom-width: 0;
+		border-right-width: 1px;
 		background: #FCFCFC;
 	}
 
@@ -148,6 +155,7 @@ body:before {
 		overflow: hidden;
 		border-bottom: 1px solid #D8D8D8;
 		background: #F5F5F5;
+		height: 70px
 	}
 
 	.site-masthead__title {
diff --git a/doc/html/style.css b/doc/html/style.css
index b1111d6e510..dc2057c0201 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -683,6 +683,7 @@ input[type="checkbox"] {
 	.site-header {
 		float: left;
 		width: 360px;
+		min-width: 360px;
 		z-index: 1000;
 		border-bottom-width: 0;
 		border-right-width: 1px;
@@ -727,7 +728,7 @@ input[type="checkbox"] {
 	}
 
 	.content .container {
-		padding: 0 12.2% 0 9.2%;
+		padding: 0 8% 0 8%;
 		margin: 0;
 	}
 
-- 
GitLab