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

Part 1 of unCamelCasing variables

This commit is contained in:
Mark Otto
2012-11-30 14:37:24 -08:00
parent fe8061b84e
commit 7a3d15eb21
31 changed files with 191 additions and 196 deletions
+4 -4
View File
@@ -11,8 +11,8 @@
display: inline-block;
padding: 6px 12px;
margin-bottom: 0; // For input.btn
font-size: @baseFontSize;
line-height: @baseLineHeight;
font-size: @base-font-size;
line-height: @base-line-height;
text-align: center;
vertical-align: middle;
cursor: pointer;
@@ -178,11 +178,11 @@ input[type="button"] {
.btn-link {
border-color: transparent;
cursor: pointer;
color: @linkColor;
color: @link-color;
border-radius: 0;
}
.btn-link:hover {
color: @linkColorHover;
color: @link-color-hover;
text-decoration: underline;
background-color: transparent;
}