diff options
| author | Mark Otto <[email protected]> | 2011-10-30 20:14:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-30 20:14:27 -0700 |
| commit | 3f512adf953da3a3fbbfca18b138fb6659f2b77f (patch) | |
| tree | 19586c4c86158229c68d6f9cc5fcf18b9144fc7b /docs/assets/css/docs.css | |
| parent | 0218d079ad83ce5f8fd08e9f68b6f661855a27a9 (diff) | |
| download | bootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.tar.xz bootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.zip | |
updated docs and type styles for blockquotes and a few fixes for type
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 52738d808..185f381e9 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -164,7 +164,6 @@ body > .navbar-fixed .brand:hover { .marketing h2, .marketing h3 { font-weight: 300; - color: #000; } .marketing h2 { margin-bottom: 9px; @@ -175,6 +174,7 @@ body > .navbar-fixed .brand:hover { .marketing .icon { float: left; margin: 7px 10px 0 0; + opacity: .8; } .marketing .small-icon { float: left; @@ -300,7 +300,6 @@ pre.prettyprint { margin-bottom: 0; } - .browser-support { max-width: 100%; } |
