1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

docs.css: rm duplicate semicolon

This commit is contained in:
Chris Rebert
2013-08-15 12:55:43 -07:00
parent 834cbce9b7
commit a3cbdfab06

View File

@@ -178,7 +178,7 @@ body {
margin-top: 15px; margin-top: 15px;
} }
.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;
background-color: #fafafa; background-color: #fafafa;
} }
.bs-customizer .help-block { .bs-customizer .help-block {