aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-01 22:54:59 -0700
committerJacob Thornton <[email protected]>2011-09-01 22:54:59 -0700
commit0159524413f7a90b90cff50fa07d07b85380845d (patch)
treea05a627878a00e467dc4acfdef164ff89179aeef /bootstrap-1.2.0.css
parent72da5dd54d154bb2b87b0ec23107eca775c72f51 (diff)
parent0cb6804b6953d8fce53fcfae065288fd826d1941 (diff)
downloadbootstrap-0159524413f7a90b90cff50fa07d07b85380845d.tar.xz
bootstrap-0159524413f7a90b90cff50fa07d07b85380845d.zip
Merge branch '1.2-wip' of github.com:twitter/bootstrap into 1.2-wip
Conflicts: bootstrap-1.2.0.css
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index a24380d91..7d51eb7e1 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.0.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 Sep 1 22:52:35 PDT 2011
+ * Date: Thu Sep 1 22:54:55 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
* ------------------------------------------------------------------ */
@@ -376,10 +372,10 @@ table {
width: 620px;
}
.row .offset-one-third {
- margin-left: 320px;
+ margin-left: 340px;
}
.row .offset-two-thirds {
- margin-left: 640px;
+ margin-left: 660px;
}
html, body {
background-color: #fff;
@@ -673,6 +669,7 @@ select,
-moz-border-radius: 3px;
border-radius: 3px;
}
+/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
width: auto;
padding: 0;