Hide elements that would be displayed right of the form box
authorJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 11:14:23 +0000 (12:14 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 11:14:23 +0000 (12:14 +0100)
stylesheet.css

index 41c8817..822743d 100644 (file)
@@ -22,6 +22,7 @@ div.form {
     background-color: #DDD;
     border: 1px solid #AAA;
     color: #555;
     background-color: #DDD;
     border: 1px solid #AAA;
     color: #555;
+    overflow: hidden;
 }
 
 div.form p.title {
 }
 
 div.form p.title {