diff options
| author | Mark Otto <[email protected]> | 2011-10-16 23:04:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 23:04:31 -0700 |
| commit | e7d2218b2043742f21c368d074d97a4bde275730 (patch) | |
| tree | 5d79c0af1a67b6937c51233da958a86f1e4abf8b /docs/assets/css/docs.css | |
| parent | c62a0239bd30a12e9f0d8c1e45f5818460e9df90 (diff) | |
| download | bootstrap-e7d2218b2043742f21c368d074d97a4bde275730.tar.xz bootstrap-e7d2218b2043742f21c368d074d97a4bde275730.zip | |
few tweaks to responsive stuff, updated docs for grid system (still needs copy editing)
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 7d36946db..300eb38f5 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -17,19 +17,16 @@ body { section { padding-top: 60px; } -section > .row { - margin-bottom: 10px; -} /* Tweak topbar brand link to be super sleek -------------------------------------------------- */ -.navbar .brand { +body > .navbar-fixed .brand { float: right; font-weight: bold; color: #000; text-shadow: 0 1px 0 rgba(255,255,255,.1); } -.navbar .brand:hover { +body > .navbar-fixed .brand:hover { text-decoration: none; } @@ -136,6 +133,9 @@ section > .row { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; + -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.03); + -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.03); + box-shadow: inset 0 1px 0 rgba(0,0,0,.03); } .quick-links li { display: inline; @@ -171,10 +171,10 @@ section > .row { -------------------------------------------------- */ .show-grid { margin-top: 10px; - margin-bottom: 10px; + margin-bottom: 20px; } .show-grid [class*="span"] { - background: #eee; + background-color: #eee; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; |
