diff --git a/homepage/top.html b/homepage/top.html index 8308b52..a616272 100644 --- a/homepage/top.html +++ b/homepage/top.html @@ -14,33 +14,33 @@ body { margin:10px; background-color: rgb(119, 196, 135); } - #content { - position: relative; - } - #content img { - position: absolute; - top: 0px; - left: 0px; - padding-top: 5px; - padding-left: 10px; - } - footer { - position: absolute; - bottom: 0px; - left: 0px; - right: 0px; - width: 100%; +#content { + position: relative; +} +#content img { + position: absolute; + top: 0px; + left: 0px; + padding-top: 5px; + padding-left: 10px; +} +footer { + position: absolute; + bottom: 0px; + left: 0px; + right: 0px; + width: 100%; - } +}
- +
Overview | Database View | Today View |