diff options
| author | Chris Rebert <[email protected]> | 2014-01-30 20:39:12 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-30 20:39:12 -0800 |
| commit | 2c6b099f91e8b325ff49e690b0718de726ac410b (patch) | |
| tree | 519f9bca7670a787163167655c91d9350024b314 /docs | |
| parent | e430675d147bb9e0991e43a4fd86bf6bdf3deda5 (diff) | |
| download | bootstrap-2c6b099f91e8b325ff49e690b0718de726ac410b.tar.xz bootstrap-2c6b099f91e8b325ff49e690b0718de726ac410b.zip | |
fix "pading-right" [sic] typo in dashboard.css; fixes #12455
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 750124bf8..bf242a257 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -66,7 +66,7 @@ body { @media (min-width: 768px) { .main { padding-left: 40px; - pading-right: 40px; + padding-right: 40px; } } .main .page-header { |
