2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

mucho updato around buttons to fix some stuff that was introduced with the bootstrap update

This commit is contained in:
Mark Otto
2011-06-27 17:15:26 -07:00
parent dd769f9a6e
commit 243fc873d9
5 changed files with 34 additions and 67 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
-------------------------------------------------- */
// Links
@linkColor: #08b5fb;
@linkColor: #0069d6;
@linkColorHover: darken(@linkColor, 10);
// Grays
@@ -178,7 +178,7 @@
text-shadow: @textShadow;
color: @textColor;
font-size: @fontSize;
line-height: 20px;
line-height: @baseline;
.border-radius(@borderRadius);
@shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.25);
.box-shadow(@shadow);