]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '1.2-wip' of github.com:twitter/bootstrap into 1.2-wip
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 2 Sep 2011 05:54:59 +0000 (22:54 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 2 Sep 2011 05:54:59 +0000 (22:54 -0700)
Conflicts:
bootstrap-1.2.0.css

1  2 
bootstrap-1.2.0.css
bootstrap-1.2.0.min.css
docs/index.html

index a24380d914a19d2772a58c01e9307f130d358b78,b10c09558be85af93f7d36d4ec22db78e5440b21..7d51eb7e1f6c0f82c8b3d1a1f9dd15d40d755913
@@@ -6,7 -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: Wed Aug 31 16:27:14 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).
@@@ -673,24 -670,6 +669,25 @@@ 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;
 +  line-height: normal;
 +  height: auto;
 +  margin: 3px 0;
 +}
 +input[type=file] {
 +  border: 0;
 +  padding: 0;
 +  -webkit-box-shadow: none;
 +  -moz-box-shadow: none;
 +  box-shadow: none;
 +}
 +input[type=button], input[type=reset], input[type=submit] {
 +  width: auto;
 +  height: auto;
 +}
  select, input[type=file] {
    height: 27px;
    line-height: 27px;
Simple merge
diff --cc docs/index.html
Simple merge