Merge pull request #10743 from hnrch02/patch-1

Fix a silly typo
This commit is contained in:
Chris Rebert 2013-09-20 10:49:13 -07:00
commit d8ba5989cd
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ h1[id] {
} }
.bs-customizer .bs-callout h4 { .bs-customizer .bs-callout h4 {
margin-top: 0; /* lame, but due to specificity we have to duplicate */ margin-top: 0; /* lame, but due to specificity we have to duplicate */
magin-bottom: 5px; margin-bottom: 5px;
} }
.bs-customizer input[type="text"] { .bs-customizer input[type="text"] {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;