1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 12:40:58 +00:00

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

View File

@ -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;