diff options
| author | Mark Otto <[email protected]> | 2011-12-19 22:58:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-19 22:58:56 -0800 |
| commit | 72a536393c2f2aba4f855384e94c4ce09bc2e39c (patch) | |
| tree | 94e4505ce831c891408d19e82f3f56511c9556de /docs/assets/css/docs.css | |
| parent | aa69286c306ab4d0e5fe748953cded81f8260cc1 (diff) | |
| download | bootstrap-72a536393c2f2aba4f855384e94c4ce09bc2e39c.tar.xz bootstrap-72a536393c2f2aba4f855384e94c4ce09bc2e39c.zip | |
mostly docs updates, but also some bug fixes per github issues
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 586b5334b..3cf2208e9 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -25,7 +25,7 @@ body > .navbar-fixed .brand { float: right; font-weight: bold; color: #000; - text-shadow: 0 1px 0 rgba(255,255,255,.1); + text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125); } body > .navbar-fixed .brand:hover { text-decoration: none; @@ -449,7 +449,7 @@ h2 + table { /* Provide enough space on right-hand side for benefits list */ .jumbotron h1, .jumbotron p { - margin-right: 20%; + margin-right: 40%; } } |
