summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 15:02:29 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 15:02:29 +0000
commit40cc39bec38db8f324b8695bd2afabc22870b1f6 (patch)
treea9eaeae4c278057c9cf7fb744fd17b5d86cffd30 /style.css
parente875c365c3b171e6725305df35c47de530964ac0 (diff)
downloadpkgsubmit-40cc39bec38db8f324b8695bd2afabc22870b1f6.tar
pkgsubmit-40cc39bec38db8f324b8695bd2afabc22870b1f6.tar.gz
pkgsubmit-40cc39bec38db8f324b8695bd2afabc22870b1f6.tar.bz2
pkgsubmit-40cc39bec38db8f324b8695bd2afabc22870b1f6.tar.xz
pkgsubmit-40cc39bec38db8f324b8695bd2afabc22870b1f6.zip
fix page positioning
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5ad45fe..e512b8f 100644
--- a/style.css
+++ b/style.css
@@ -10,7 +10,7 @@ html, body, table {
body { font-size: 80%; }
article {
- position: fixed;
+ position: absolute;
top: 128px;
}