]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update theme.less todos and darken link hover color more
authorMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 03:46:40 +0000 (20:46 -0700)
committerMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 03:46:40 +0000 (20:46 -0700)
bootstrap-1.3.0.css
bootstrap-1.3.0.min.css
lib/preboot.less
lib/theme.less

index 23eda7a4223665c49709ad557bfa224c7b6c2600..3da5fab689bd0ddfdf3d79c7b03161323ec50e87 100644 (file)
@@ -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 Sep 11 20:23:28 PDT 2011
+ * Date: Sun Sep 11 20:46:26 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).
@@ -272,8 +272,6 @@ textarea {
 /*
 TODO:
 - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc)
-- make form inputs and tables apply the new global type changes (currently statically set)
-- add new docs section for examples
 - add new docs section for Theme.less
 *//*
  * Scaffolding
@@ -352,7 +350,7 @@ a {
   font-weight: inherit;
 }
 a:hover {
-  color: #0050a3;
+  color: #00438a;
   text-decoration: underline;
 }
 .pull-right {
@@ -1695,7 +1693,7 @@ a.menu:after, .dropdown-toggle:after {
   border-radius: 15px;
 }
 .pills a:hover {
-  background: #0050a3;
+  background: #00438a;
   color: #fff;
   text-decoration: none;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
index 5c2693dc00efd910cc0c89356176827d13681846..3d6d8e6c87367f271a8a4f6f50ba88ec3c4e9330 100644 (file)
@@ -37,7 +37,7 @@ body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:
 .container-fluid>.content:after{clear:both;}
 .hide{display:none;}
 .show{display:block;}
-a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:hover{color:#0050a3;text-decoration:underline;}
+a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:hover{color:#00438a;text-decoration:underline;}
 .pull-right{float:right;}
 .pull-left{float:left;}
 .row{zoom:1;margin-left:-20px;}.row:before,.row:after{display:table;content:"";zoom:1;*display:inline;}
@@ -251,7 +251,7 @@ a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;conten
 .tabs a.menu:after,.tabs .dropdown-toggle:after{border-top-color:#999;margin-top:15px;margin-left:5px;}
 .tabs li.open.menu .menu,.tabs .open.dropdown .dropdown-toggle{border-color:#999;}
 .tabs li.open a.menu:after,.tabs .dropdown.open .dropdown-toggle:after{border-top-color:#555;}
-.pills a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #fff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills a:hover{background:#0050a3;color:#fff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
+.pills a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #fff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills a:hover{background:#00438a;color:#fff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
 .pills .active a{background:#0069d6;color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
 .tab-content>*,.pill-content>*{display:none;}
 .tab-content>.active,.pill-content>.active{display:block;}
index 1ac8ca91c5b0589e29245acaab5a6859dcb5d7d2..7bbaf223c541e89ef674733037d65d7f7b709929 100644 (file)
@@ -8,7 +8,7 @@
 
 // Links
 @linkColor:         #0069d6;
-@linkColorHover:    darken(@linkColor, 10);
+@linkColorHover:    darken(@linkColor, 15);
 
 // Grays
 @black:             #000;
index 1442819ccc5f826419315d163dce01d8cf5144e6..b8daa72446abf3851d4e137cc0fdbec635a9cd00 100644 (file)
@@ -58,7 +58,5 @@
 /*
 TODO:
 - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc)
-- make form inputs and tables apply the new global type changes (currently statically set)
-- add new docs section for examples
 - add new docs section for Theme.less
 */
\ No newline at end of file