Skip to content

Commit

Permalink
fixed css issue with fixed header and doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Nov 7, 2011
1 parent 66a734b commit 6be8374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logya/sites/docs/site.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[site]
base_path=http://yaph.github.com/logya
#base_path=
#base_path=
4 changes: 2 additions & 2 deletions logya/sites/docs/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6be8374

Please sign in to comment.