]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
actually readd the padding and set it to smaller amount for narrow viewports
authorMark Otto <otto@github.com>
Sun, 31 Mar 2013 05:54:31 +0000 (22:54 -0700)
committerMark Otto <otto@github.com>
Sun, 31 Mar 2013 05:54:31 +0000 (22:54 -0700)
signin.html

index 673fc46c290e8a66e683e2597015656b3afdffa5..92db3e0365080d8992005812a55e8fa54f03582c 100644 (file)
@@ -13,7 +13,8 @@ title: Sign in form template
   }
 
   .form-signin {
-    max-width: 300px;
+    max-width: 330px;
+    padding: 15px;
     margin: 0 auto;
   }
   .form-signin .form-signin-heading,