aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-28 15:31:05 -0700
committerMark Otto <[email protected]>2011-06-28 15:31:05 -0700
commitb11784fec036e09e523df4a96b571071af88446a (patch)
treee16cff6e22aae89f88d2525037b92154e5d02335 /lib
parenta92aeda6a11e9d40300bad48766e0f3b5f9d9397 (diff)
downloadbootstrap-b11784fec036e09e523df4a96b571071af88446a.tar.xz
bootstrap-b11784fec036e09e523df4a96b571071af88446a.zip
adding attribution in footer, link up names, clean up button styles
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap.less1
-rw-r--r--lib/preboot.less4
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index 2e021db0b..15154fcac 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -4,7 +4,6 @@
*/
-
// CSS Reset
@import "reset.less";
diff --git a/lib/preboot.less b/lib/preboot.less
index 4d6f9c22d..f98fe9b3c 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -180,7 +180,7 @@
}
// Buttons
-.button(@color: #f5f5f5, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
+.button(@color: #fff, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
display: inline-block;
#gradient > .vertical-three-colors(@color, @color, 0.25, darken(@color, 10%));
padding: @padding;
@@ -191,7 +191,7 @@
border: 1px solid @borderColor;
border-bottom-color: fadein(@borderColor, 15%);
.border-radius(@borderRadius);
- @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
+ @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
&:hover {
background-position: 0 -15px;