]> git.plutz.net Git - bookman/blobdiff - bookmarks.css
send actual CGI status codes
[bookman] / bookmarks.css
index e37d70af0e3ad306e0aae0a348c7f1c67d3a05e3..e210965149a3df9e8dab4c2d56f3aa1a5380bd41 100644 (file)
@@ -9,9 +9,8 @@
   box-sizing: border-box;
 }
 
-html, body {
-  background-color: #DDD;
-}
+html, body { background-color: #DDD; }
+body { position: absolute; width: 100%; min-height: 100%; }
 
 .folder, form.newfolder{
   display: block;
@@ -171,3 +170,11 @@ html, body {
   margin: 0 .5ex;
 }
 
+footer {
+  position: absolute; bottom: 0;
+  display: block;
+  width: 100%;
+  padding: 1em;
+  background-color: white;
+  border-top: 1px solid black;
+}