diff options
| author | Jacob Thornton <[email protected]> | 2011-12-21 14:03:18 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-21 14:03:18 -0800 |
| commit | a5a98a8a984512011dac1216b432b86c6eff96a4 (patch) | |
| tree | 15d14c92a97a0179a0501d8457edc97008a18d91 /docs/assets/css/docs.css | |
| parent | 80cb760fac507ce207a6174f8886417d32d4b5ed (diff) | |
| parent | 069ef6a020dc177bbf4e18a9b425af36b3395ecf (diff) | |
| download | bootstrap-a5a98a8a984512011dac1216b432b86c6eff96a4.tar.xz bootstrap-a5a98a8a984512011dac1216b432b86c6eff96a4.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts:
bootstrap.css
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 fa8c92e50..8432f92ea 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; @@ -455,7 +455,7 @@ h2 + table { /* Provide enough space on right-hand side for benefits list */ .jumbotron h1, .jumbotron p { - margin-right: 20%; + margin-right: 40%; } } |
