Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/master f38ee7642 -> ff4eb285b


Clean up separation of header.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/c01b5869
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/c01b5869
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/c01b5869

Branch: refs/heads/master
Commit: c01b586974365f486a6dda4c992e0c29cd11f22c
Parents: f38ee76
Author: Michael Jumper <[email protected]>
Authored: Fri Dec 30 15:02:48 2016 -0800
Committer: Michael Jumper <[email protected]>
Committed: Fri Dec 30 15:02:48 2016 -0800

----------------------------------------------------------------------
 styles/main.css | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/c01b5869/styles/main.css
----------------------------------------------------------------------
diff --git a/styles/main.css b/styles/main.css
index ca39e29..07c4448 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -22,7 +22,7 @@ a[href]:visited { color: #884; }
 
 div#header {
     color: white;
-    background: #304730;
+    background: #213121;
     display: table;
     width: 100%;
     padding: 1em;
@@ -119,7 +119,6 @@ ul.features li.commercially-supported::before {
 }
 
 .hook {
-    padding-bottom: 2em;
     overflow: hidden;
     background: #304730;
     color: white;
@@ -530,7 +529,6 @@ table.releases td {
     .hook {
         background: transparent;
         color: black;
-        padding-bottom: 0;
     }
 
     .hook .description {
@@ -611,17 +609,12 @@ table.releases td {
         text-align: center;
     }
 
-    .hook {
-        padding-bottom: 1em;
-    }
-
     .hook > * {
         margin: 0;
     }
 
     .demo {
-        margin-left: auto;
-        margin-right: auto;
+        margin: 1em auto;
     }
 
     .demo,

Reply via email to