Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove empty vertical gradient on .button
  • Loading branch information
mdo committed Mar 25, 2011
1 parent db0c708 commit 3b089a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootstrap.less
Expand Up @@ -114,8 +114,6 @@
.button(@color: #f5f5f5, @text_color: #333, @text_shadow: 0 1px 1px rgba(255,255,255,.75), @font_size: 13px, @padding: 9px 15px 10px, @rounded: 6px) {
display: inline-block;
#gradient > .vertical(@color,darken(saturate(@color,10),10));
#gradient > .vertical(
);
padding: @padding;
text-shadow: @text_shadow;
color: @text_color;
Expand Down

0 comments on commit 3b089a9

Please sign in to comment.