Browse Source

unbreak the grail

George S. Baugh 5 years ago
parent
commit
7af1612ae7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      www/styles/structure.css

+ 3 - 2
www/styles/structure.css

@@ -1,6 +1,7 @@
 /*First, we start off with specifying what parts of the DOM we want hidden*/
 #leftbar, #rightbar, #footbar {
-    display: block;
+    display: table-cell;
+    vertical-align:top;
 }
 
 /*Now, on to positioning of the elements*/
@@ -62,13 +63,13 @@ body {
 #leftbar {
  width: 6em;
  padding-right: .5em;
+ padding-top: 1rem;
 }
 #kontent {
  padding: 3em .5em .5em .5em;
  min-height: 50%;
  max-width: 100%;
  margin-top: 0px;
- width:100%;
 }
 #rightbar {
  width: 6em;