summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-03-26 21:37:27 +0100
committerSimon2011-03-26 21:37:27 +0100
commit067924dee146686f2e69e7180601cca345f2ae99 (patch)
treec904f6a56cf352327b6e20ab2c151974056b0376 /public
parentanpassung navigationslayout (diff)
downloadpbs2-067924dee146686f2e69e7180601cca345f2ae99.tar.gz
pbs2-067924dee146686f2e69e7180601cca345f2ae99.tar.xz
pbs2-067924dee146686f2e69e7180601cca345f2ae99.zip
footer fix
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index d947146..11cd752 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -39,8 +39,8 @@ body {
#footer {
- position: fixed;
- margin: 0 auto;
+
+ margin: 0;
width: 1000px;
clear: both;
bottom: 0px;
@@ -108,6 +108,7 @@ body {
#content {
padding: 10px;
font-size: 13px;
+ min-height:400px;
}
#debug {