diff options
| author | Chris Rebert <[email protected]> | 2013-09-20 10:49:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-20 10:49:13 -0700 |
| commit | d8ba5989cdda82121d865142306d1d86034d81d4 (patch) | |
| tree | 67b608078f46b5a42e497ac44cf93e4c1abf425e /assets/css/docs.css | |
| parent | e148923f2764d0af6f7d6fb1b601840d241759b5 (diff) | |
| parent | c938c4438f9ee0c0226de6f65f5aa0a22c297c6f (diff) | |
| download | bootstrap-d8ba5989cdda82121d865142306d1d86034d81d4.tar.xz bootstrap-d8ba5989cdda82121d865142306d1d86034d81d4.zip | |
Merge pull request #10743 from hnrch02/patch-1
Fix a silly typo
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 4c36e5717..86fcfc6da 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -1022,7 +1022,7 @@ h1[id] { } .bs-customizer .bs-callout h4 { margin-top: 0; /* lame, but due to specificity we have to duplicate */ - magin-bottom: 5px; + margin-bottom: 5px; } .bs-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; |
