diff options
| author | Mark Otto <[email protected]> | 2011-11-12 00:46:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-12 00:46:02 -0800 |
| commit | 1fb98bed91977b710ae321443d0819939a1a8cc7 (patch) | |
| tree | 27ddc846502e2f89e3bc13e9d4fe86fa29f99e77 /docs/assets/css/docs.css | |
| parent | 5a702cc6eece2713ac6f6a2f6cbae1b1dd9c5a69 (diff) | |
| download | bootstrap-1fb98bed91977b710ae321443d0819939a1a8cc7.tar.xz bootstrap-1fb98bed91977b710ae321443d0819939a1a8cc7.zip | |
updated docs pages (still wip), adding misc css classes, added form styles from 1.4, added github buttons to homepage
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2dde6a452..b503c23e4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -54,9 +54,10 @@ body > .navbar-fixed .brand:hover { float: left; padding: 1px 5px 1px 4px; font-size: 11px; - font-weight: normal; + font-weight: bold; line-height: 16px; - color: #555; + color: #666; + text-shadow: 0 1px 0 #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; @@ -67,7 +68,7 @@ body > .navbar-fixed .brand:hover { .github-btn .github-ico { float: left; margin-right: 4px; - opacity: .75; + opacity: .65; } .github-btn .count { display: inline-block; |
