mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Part 1 of unCamelCasing variables
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
.thumbnail {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
line-height: @baseLineHeight;
|
||||
line-height: @base-line-height;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: @baseBorderRadius;
|
||||
.box-shadow(0 1px 3px rgba(0,0,0,.055));
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
// Add a hover state for linked versions only
|
||||
a.thumbnail:hover {
|
||||
border-color: @linkColor;
|
||||
border-color: @link-color;
|
||||
.box-shadow(0 1px 4px rgba(0,105,214,.25));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user