X-Git-Url: http://git.plutz.net/?p=bookman;a=blobdiff_plain;f=bookmarks.css;h=e210965149a3df9e8dab4c2d56f3aa1a5380bd41;hp=e37d70af0e3ad306e0aae0a348c7f1c67d3a05e3;hb=5cacb437d2896b2a656a2a944e76915cb95dbe7b;hpb=28ce309347435c1dd23beab8104d36cbe640d2dd diff --git a/bookmarks.css b/bookmarks.css index e37d70a..e210965 100644 --- a/bookmarks.css +++ b/bookmarks.css @@ -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; +}