mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
adding attribution in footer, link up names, clean up button styles
This commit is contained in:
Vendored
-1
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// CSS Reset
|
||||
@import "reset.less";
|
||||
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user