2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

new buttons, new modal updates around spacing and placeholder content

This commit is contained in:
Mark Otto
2011-06-28 11:56:49 -07:00
parent 80abe21189
commit 9660f6f18d
9 changed files with 147 additions and 123 deletions
+2 -1
View File
@@ -80,7 +80,7 @@ a {
.btn {
.button();
&.primary {
#gradient > .vertical(@blue, darken(@blue, 15));
#gradient > .vertical(@blue, @blueDark);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
&:hover {
@@ -89,6 +89,7 @@ a {
}
&.large {
font-size: 16px;
line-height: 30px;
.border-radius(6px);
}
&.small {