aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorBurak Tuyan <[email protected]>2012-01-27 20:48:37 +0200
committerBurak Tuyan <[email protected]>2012-01-27 20:48:37 +0200
commit16a28d881ced62b6b5c9ed4fae280b45857d1b9d (patch)
tree260b573d4d994e632b2e025f98b3fa2885af0cd7 /docs/assets/css/bootstrap.css
parentacaa3b59775d6e4c3f4776027bb325b418dca6b5 (diff)
parent97546adc90a9c8149bb4560641b4164338e38063 (diff)
downloadbootstrap-16a28d881ced62b6b5c9ed4fae280b45857d1b9d.tar.xz
bootstrap-16a28d881ced62b6b5c9ed4fae280b45857d1b9d.zip
Merge branch '2.0-wip' of git://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c878d70ff..0d4b2d28d 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Jan 26 22:39:03 PST 2012
+ * Date: Fri Jan 27 12:16:22 EST 2012
*/
article,
aside,
@@ -604,6 +604,9 @@ input:focus, textarea:focus {
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
+ outline: 1px dotted #666 \9;
+ /* IE6-8 */
+
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
-webkit-box-shadow: none;
@@ -884,6 +887,12 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
+.input-append input:first-child {
+ *margin-left: -160px;
+}
+.input-append input:first-child + .add-on {
+ *margin-left: -21px;
+}
.search-query {
padding-left: 14px;
padding-right: 14px;
@@ -969,6 +978,7 @@ table {
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
+ *border-collapse: collapsed;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
@@ -2535,6 +2545,8 @@ table .span12 {
.btn {
display: inline-block;
padding: 4px 10px 4px;
+ *padding: 2px 10px;
+ *margin-left: 4px;
font-size: 13px;
line-height: 18px;
color: #333333;
@@ -2557,6 +2569,9 @@ table .span12 {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
}
+.btn:first-child {
+ *margin-left: 0;
+}
.btn:hover {
color: #333333;
text-decoration: none;