2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

updated docs, fixed language, added copy-code js for selecting text on focus

This commit is contained in:
Mark Otto
2011-06-30 10:40:28 -07:00
parent 6aae3930c9
commit 588b2da937
8 changed files with 39 additions and 47 deletions
+2 -6
View File
@@ -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;