]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix "pading-right" [sic] typo in dashboard.css; fixes #12455
authorChris Rebert <github@rebertia.com>
Fri, 31 Jan 2014 04:39:12 +0000 (20:39 -0800)
committerChris Rebert <code@rebertia.com>
Fri, 31 Jan 2014 16:21:57 +0000 (08:21 -0800)
examples/dashboard/dashboard.css

index 750124bf841faf61d9260e22e1e66e230b7f4e1d..bf242a257b61d705b6689e5e640a8fd42d3c3d86 100644 (file)
@@ -66,7 +66,7 @@ body {
 @media (min-width: 768px) {
   .main {
     padding-left: 40px;
-    pading-right: 40px;
+    padding-right: 40px;
   }
 }
 .main .page-header {