diff --git a/logya/sites/docs/site.cfg b/logya/sites/docs/site.cfg index 4c027c5..e0d6d7e 100644 --- a/logya/sites/docs/site.cfg +++ b/logya/sites/docs/site.cfg @@ -1,3 +1,3 @@ [site] base_path=http://yaph.github.com/logya -#base_path= \ No newline at end of file +#base_path= diff --git a/logya/sites/docs/static/css/style.css b/logya/sites/docs/static/css/style.css index 968d21b..f841c3b 100644 --- a/logya/sites/docs/static/css/style.css +++ b/logya/sites/docs/static/css/style.css @@ -208,8 +208,8 @@ td { vertical-align: top; } p { font-size:1.2em; } -#header {position: fixed;left:20%;background:#fff;width:80%;} -#content {width:60%;margin:0 auto;padding:6em 0 2em 0;z-index:-1;} +#header {width:60%;margin:0 auto;background:#fff;} +#content {width:60%;margin:0 auto;} #logo, #subtitle { float:left; }