]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
merging in misc fixes to docs and css from other branch
authorMark Otto <mark.otto@twitter.com>
Sun, 21 Aug 2011 03:19:03 +0000 (20:19 -0700)
committerMark Otto <mark.otto@twitter.com>
Sun, 21 Aug 2011 03:19:03 +0000 (20:19 -0700)
1  2 
bootstrap-1.0.0.css
lib/patterns.less

index 2eb5d07de6a47050677ba7227f83bcb876dde3b8,a2ba3c38f44ae598266d7320f70bae963b051eef..e2fb7da87bf215e97bd86d766e1f1e165f26a869
@@@ -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: Sat Aug 20 18:59:41 PDT 2011
 - * Date: Sat Aug 20 18:40:26 PDT 2011
++ * Date: Sat Aug 20 20:18:13 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).
index db6f42bb450f42ca3a2b9a4aac1df83ef77feb78,eeb0107abd83c145508d61f348bb2a63b0fa7b12..69d747463c299718366e627c26f3468092557fb6
@@@ -463,9 -480,10 +480,10 @@@ div.pagination 
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
-   border: 1px solid #ddd;
+   border: 1px solid #eee;
+   border: 1px solid rgba(0,0,0,.05);
    .border-radius(4px);
 -  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05);
 +  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
  }