Forgot a bottom-margin for the error div
authorJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 19:15:15 +0000 (21:15 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 19:15:15 +0000 (21:15 +0200)
mediagoblin/static/css/base.css

index 618aaee0a5f62a89b3bee9be2a9df85d01f365b5..fbe84c9c520b796d2e205398e257be73facbe60b 100644 (file)
@@ -120,4 +120,5 @@ label {
   font-size:16px;
   padding:9px;
   margin-top:8px;
+  margin-bottom:8px;
 }