summaryrefslogtreecommitdiff
path: root/www/static/style.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 00:38:42 +0100
committeroweissbarth2014-03-17 00:38:42 +0100
commitac384ab0feee6fc6761d0030273c665264dd33e1 (patch)
tree23e03a17bbcd560c8c0ee150b81123073379b9cb /www/static/style.css
parentd5bd89e1d64d00f0d10926c470bc850646f4a969 (diff)
downloadfiles.iamfabulous.de-ac384ab0feee6fc6761d0030273c665264dd33e1.tar.gz
added basic browsing functionality
Diffstat (limited to 'www/static/style.css')
-rwxr-xr-xwww/static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/static/style.css b/www/static/style.css
index 8b07d09..d7be5a2 100755
--- a/www/static/style.css
+++ b/www/static/style.css
@@ -76,10 +76,11 @@ a.logo:hover{
Content-Area
**********************************************************/
#content-area{
- height: 100%;
+ /*height: 100%;*/
width: 100%;
position: absolute;
margin-bottom: 0;
+ top: 80px;
}