diff options
| author | Chris Rebert <[email protected]> | 2013-08-15 12:55:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-15 12:55:43 -0700 |
| commit | a3cbdfab060c56d91d5802c070b9f5da3c96c463 (patch) | |
| tree | f46ab0bfdef8af1b5de3985610d9be22692350d4 /assets/css | |
| parent | 834cbce9b75232d8dd3fcfb2fa86ffef02c9cfd8 (diff) | |
| download | bootstrap-a3cbdfab060c56d91d5802c070b9f5da3c96c463.tar.xz bootstrap-a3cbdfab060c56d91d5802c070b9f5da3c96c463.zip | |
docs.css: rm duplicate semicolon
Diffstat (limited to 'assets/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 297996694..b297646f4 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -178,7 +178,7 @@ body { margin-top: 15px; } .bs-customizer input[type="text"] { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace;; + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; background-color: #fafafa; } .bs-customizer .help-block { |
