diff options
| author | sostler <sbostler@gmail.com> | 2009-11-15 23:03:49 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2009-11-15 23:03:49 -0500 |
| commit | 762f43af02e0a9a90cb9a1d20d24f596f4ee93e1 (patch) | |
| tree | e6f6641ba01efd1827ffbefc94a60e26dae627e6 /static/pichat.css | |
| parent | 31b8a27fbaa272a7990f452194912d229a3eede4 (diff) | |
fixed issues
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/pichat.css b/static/pichat.css index f413736..e2f382c 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -4,7 +4,7 @@ html, body { padding: 1em; } -#content{ +#content { position:absolute; z-index:3; } @@ -13,7 +13,7 @@ html, body { position: fixed; top:48px; } -h1,h2{ +h1,h2 { font: 100% 'helvetica neue',sans-serif; letter-spacing:10px; text-transform:uppercase; |
