diff options
| author | Mark Otto <[email protected]> | 2013-07-08 06:57:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-08 06:57:37 -0700 |
| commit | 1045226544c6f9396227974b5543df1caf74f8cf (patch) | |
| tree | a990144aa22798bd73a5cccc59a5b2cdaaf40667 /docs/assets/css/bootstrap.css | |
| parent | f69afc1b238fe41996a6d6a9f2eb53ea092bcbf0 (diff) | |
| parent | e40aee9c9e3e80b03ebe00e812262da09c43bc11 (diff) | |
| download | bootstrap-1045226544c6f9396227974b5543df1caf74f8cf.tar.xz bootstrap-1045226544c6f9396227974b5543df1caf74f8cf.zip | |
Merge pull request #8415 from cvrebert/code.less-cleanup
code.less: cleanup styles that get immediately overriden later in the file
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 8516a5aab..d3d334a97 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -671,11 +671,7 @@ address { code, pre { - padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - font-size: 12px; - color: #333333; - border-radius: 4px; } code { @@ -684,6 +680,7 @@ code { color: #c7254e; white-space: nowrap; background-color: #f9f2f4; + border-radius: 4px; } pre { @@ -692,6 +689,7 @@ pre { margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; + color: #333333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; |
