diff --git a/index.php b/index.php index b009590..7c1070e 100644 --- a/index.php +++ b/index.php @@ -118,7 +118,7 @@
diff --git a/static/style.css b/static/style.css index d4803de..54ac4a2 100644 --- a/static/style.css +++ b/static/style.css @@ -26,13 +26,14 @@ button { .footer { position:fixed; - height:30px; + height:50px; bottom:0px; margin-bottom:0px; + font-size:small; } /* New click/hide */ -#gallery {position:relative; line-height:20px; width:705px; padding-left:10px; margin-bottom:100px; height:450px;} +#gallery {position:relative; line-height:20px; width:705px; padding:0 0 10px 10px; margin-bottom:100px; height:100%; background-color:#FFFFFF;} #gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;} #gallery .switch .turn_off {display:none;} #gallery .off {color:#c00;}