aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.1.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-22 11:29:01 -0700
committerJacob Thornton <[email protected]>2011-08-22 11:29:01 -0700
commit112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8 (patch)
tree294637a2f8379cfb10f2fc6064d67c1c482c2052 /bootstrap-1.1.0.css
parent8497d935adc278e91d54a3f3054eb9cbc45299a1 (diff)
downloadbootstrap-112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8.tar.xz
bootstrap-112f7eff8ab53fbe09cf5de6fe07ad93a2b7c7f8.zip
remake
Diffstat (limited to 'bootstrap-1.1.0.css')
-rw-r--r--bootstrap-1.1.0.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap-1.1.0.css b/bootstrap-1.1.0.css
index ff1f83c98..cdf1e2df4 100644
--- a/bootstrap-1.1.0.css
+++ b/bootstrap-1.1.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: Sun Aug 21 22:29:48 PDT 2011
+ * Date: Mon Aug 22 11:28:45 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).
@@ -406,11 +406,11 @@ a:hover {
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(#ffffff, color-stop(0.25, #ffffff), #e6e6e6);
- background-image: -moz-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
- background-image: -ms-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
- background-image: -o-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
- background-image: linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
+ background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+ background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+ background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+ background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+ background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
padding: 4px 14px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;