summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-11-30 18:56:33 +0100
committerGuido Günther <agx@sigxcpu.org>2010-11-30 18:56:33 +0100
commit9cefd9ce3d4354d3cd12634bf6fa0cd580502f2f (patch)
tree26b957cc97cdffd1b71c8b912b91335ed2660d19 /local.css
parent8330842c6c961bcc5a6dac63f0cde868f030e44e (diff)
Don't overflow the content div
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/local.css b/local.css
index 4d49d7a..a72a9fb 100644
--- a/local.css
+++ b/local.css
@@ -189,3 +189,9 @@ div.screenshots {
margin-left: auto;
margin-right: auto;
}
+
+/* the signin form */
+form#signin {
+ overflow: auto;
+}
+