diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-19 10:46:51 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-19 10:46:51 +0200 |
| commit | 81d01e621805c8c3519e02fec5a605d5e64b819e (patch) | |
| tree | a75425397993c6471aaaa9abd55554ffa3efc247 /public/css | |
| parent | new page for about (diff) | |
| download | stargit-81d01e621805c8c3519e02fec5a605d5e64b819e.tar.gz | |
cleanup css, js, and update about + layout
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css index 555ac9f..ad1d061 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,4 +1,4 @@ -*{ +body{ margin: 0; padding: 0; font-family: Helvetica,Arial; @@ -23,7 +23,7 @@ #head_title{ float: left; padding-left: 10px; - padding-top: 4px; + /* padding-top: 4px; */ } #head a{ @@ -255,3 +255,15 @@ input.fisheye{ font-size: 10px; border-bottom:1px solid #bedce7; } + +/* static pages */ +#static { + margin: 0 auto; + width: 920px; + padding: 0 15px; + font-size: 14px; +}; + +h1 { + display:bl2ck; +}; |
