diff options
| author | Mark Otto <[email protected]> | 2011-06-30 10:40:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 10:40:28 -0700 |
| commit | 588b2da937dd5c34766863fba3a9daaf2276d900 (patch) | |
| tree | d13e69999b2724c80be268e0819df01345c5a2bc /docs/assets/css | |
| parent | 6aae3930c92052a49686c1bd73a264da905ce898 (diff) | |
| download | bootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.tar.xz bootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.zip | |
updated docs, fixed language, added copy-code js for selecting text on focus
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a17d0d122..66b8b7ccf 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -89,7 +89,7 @@ div.quickstart div.row { } div.quickstart div.columns { width: 285px; - height: 100px; + height: 117px; margin-left: 0; padding: 17px 20px 26px; border-left: 1px solid #eee; @@ -114,15 +114,11 @@ div.quickstart h6 { div.quickstart form textarea { display: block; width: 275px; - height: 21px; + height: auto; margin: 0 0 9px; line-height: 21px; white-space: nowrap; overflow: hidden; - border-color: #ddd; - -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); - -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); - box-shadow: inset 0 1px 3px rgba(0,0,0,.1); } #footer { margin-top: 80px; |
