summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2012-10-25 13:58:29 +0200
committerroot <root@vm-staticweb.spline.inf.fu-berlin.de>2012-10-25 13:58:29 +0200
commitb5fa0da33499c27a77ba71ab19ab700a220536eb (patch)
tree5e6236338c405aed486db3f0397479cdf30b6787
parent983bfc5602f558a97262c9be7c4a8255d924907f (diff)
downloadcomics-b5fa0da33499c27a77ba71ab19ab700a220536eb.tar.gz
comics-b5fa0da33499c27a77ba71ab19ab700a220536eb.tar.bz2
comics-b5fa0da33499c27a77ba71ab19ab700a220536eb.zip
htdocs/page.css: set min-width for the body
the content had allready a min-width property, so do not allow the body to shrink further than the content
-rw-r--r--htdocs/page.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/page.css b/htdocs/page.css
index 2ea4b64..136b015 100644
--- a/htdocs/page.css
+++ b/htdocs/page.css
@@ -3,6 +3,7 @@ body {
padding: 20px;
margin: 0px;
text-align: center;
+ min-width: 840px;
}
#content {