aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 13:17:07 -0800
committerJacob Thornton <[email protected]>2012-01-28 13:17:07 -0800
commitb38a13ef98bbdf33deb94462386ecffaea89b242 (patch)
treeea949032b625168cce59e96eaeac9a19f2f7d3b1 /docs/assets/css/docs.css
parent6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 (diff)
parent1a22c3b30aa67b4f092b164fad188050af8bbab2 (diff)
downloadbootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.tar.xz
bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css62
1 files changed, 5 insertions, 57 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8c92f087f..a48558395 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -306,42 +306,6 @@ hr.soften {
}
-/* Quickstart section for getting le code
--------------------------------------------------- */
-.getting-started p {
- color: #777;
- margin-bottom: 9px;
-}
-.getting-started .current-version,
-.getting-started .current-version a {
- color: #999;
-}
-.getting-started form {
- margin-bottom: 0;
-}
-.getting-started textarea {
- display: block;
- width: 95%;
- height: auto;
- font-family: Menlo, Monaco, "Courier New", monospace;
- font-size: 12px;
- line-height: 20px;
- white-space: nowrap;
- overflow: hidden;
- color: #999;
- /* Makes inputs behave like true block-level elements */
- -webkit-box-sizing: border-box; /* Older Webkit */
- -moz-box-sizing: border-box; /* Older FF */
- -ms-box-sizing: border-box; /* IE8 */
- box-sizing: border-box; /* CSS3 spec*/
- /* Hacks for IE7 to make this work just okay enough to function */
- *width: 80%;
- *height: 24px;
-}
-.getting-started textarea:focus {
- color: #333;
-}
-
/* Footer
-------------------------------------------------- */
@@ -354,27 +318,6 @@ hr.soften {
margin-bottom: 0;
color: #555;
}
-.footer dl {
- margin-bottom: 0;
-}
-.footer dl dt {
- font-size: 11px;
- color: #999;
- text-transform: uppercase;
-}
-.footer dl dd + dt {
- margin-top: 18px;
-}
-.footer dl dd {
- margin-left: 0;
- font-size: 12px;
-}
-.footer dl a {
- color: #999;
-}
-.footer dl a:hover {
- color: #555;
-}
@@ -745,6 +688,11 @@ form.well {
bottom: auto;
left: auto;
}
+
+ /* Forms docs */
+ .form-docs {
+ padding-left: 0; /* down from 10px */
+ }
}