aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-30 08:27:55 -0700
committerMark Otto <[email protected]>2011-08-30 08:27:55 -0700
commited1139e838110393748ee36cea4453cc4a700fb1 (patch)
treef6b2a99ef97adc612873f4bff0b82b5446ea000d
parentd42a00c19df7442b3fa7c7703d333350a3dc74ac (diff)
downloadbootstrap-ed1139e838110393748ee36cea4453cc4a700fb1.tar.xz
bootstrap-ed1139e838110393748ee36cea4453cc4a700fb1.zip
change type of comment
-rw-r--r--bootstrap-1.1.1.css8
-rw-r--r--bootstrap-1.1.1.min.css1
-rw-r--r--lib/patterns.less2
3 files changed, 2 insertions, 9 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css
index a949bdb00..4b7da6003 100644
--- a/bootstrap-1.1.1.css
+++ b/bootstrap-1.1.1.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: Mon Aug 29 21:41:24 PDT 2011
+ * Date: Tue Aug 30 08:27:42 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -167,10 +167,6 @@ textarea {
overflow: auto;
vertical-align: top;
}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
/* Preboot.less
* Variables and mixins to pre-ignite any new web development project
* ------------------------------------------------------------------ */
@@ -1989,8 +1985,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
background-color: #333;
background-color: rgba(0, 0, 0, 0.8);
*background-color: #333;
- /* IE 6-7 */
-
padding: 3px;
overflow: hidden;
width: 280px;
diff --git a/bootstrap-1.1.1.min.css b/bootstrap-1.1.1.min.css
index b6cfd7d77..f4d0136ec 100644
--- a/bootstrap-1.1.1.min.css
+++ b/bootstrap-1.1.1.min.css
@@ -19,7 +19,6 @@ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:poin
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
-table{border-collapse:collapse;border-spacing:0;}
.clearfix{zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}
.center-block{display:block;margin:0 auto;}
diff --git a/lib/patterns.less b/lib/patterns.less
index 219e26b3f..bcd99cca4 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -745,7 +745,7 @@ input[type=submit].btn {
.inner {
background-color: #333;
background-color: rgba(0,0,0,.8);
- *background-color: #333; /* IE 6-7 */
+ *background-color: #333; // IE 6-7
padding: 3px;
overflow: hidden;
width: 280px;