diff options
| author | Heinrich Fenkart <[email protected]> | 2013-09-20 19:43:47 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2013-09-20 19:43:47 +0200 |
| commit | c938c4438f9ee0c0226de6f65f5aa0a22c297c6f (patch) | |
| tree | 67b608078f46b5a42e497ac44cf93e4c1abf425e /assets/css/docs.css | |
| parent | e148923f2764d0af6f7d6fb1b601840d241759b5 (diff) | |
| download | bootstrap-c938c4438f9ee0c0226de6f65f5aa0a22c297c6f.tar.xz bootstrap-c938c4438f9ee0c0226de6f65f5aa0a22c297c6f.zip | |
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; |
