mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Run make on prev commits
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@
|
||||
font-size: 20px;
|
||||
color: @carousel-control-color;
|
||||
text-align: center;
|
||||
text-shadow: @carousel-control-text-shadow;
|
||||
text-shadow: @carousel-text-shadow;
|
||||
// We can't have this transition here because webkit cancels the carousel
|
||||
// animation if you trip this while in the middle of another animation.
|
||||
|
||||
|
||||
@@ -58,10 +58,10 @@
|
||||
a.list-group-item {
|
||||
// Colorize content accordingly
|
||||
.list-group-item-heading {
|
||||
color: @link-list-group-heading-color;
|
||||
color: @list-group-link-heading-color;
|
||||
}
|
||||
.list-group-item-text {
|
||||
color: @link-list-group-color;
|
||||
color: @list-group-link-color;
|
||||
}
|
||||
|
||||
// Hover state
|
||||
|
||||
+4
-2
@@ -337,8 +337,9 @@
|
||||
@list-group-active-bg: @component-active-bg;
|
||||
@list-group-active-border: @list-group-active-bg;
|
||||
|
||||
@link-list-group-color: #555;
|
||||
@link-list-group-heading-color:#333;
|
||||
@list-group-link-color: #555;
|
||||
@list-group-link-heading-color: #333;
|
||||
|
||||
|
||||
// Panels
|
||||
// -------------------------
|
||||
@@ -403,6 +404,7 @@
|
||||
@breadcrumb-color: #ccc;
|
||||
@breadcrumb-active-color: @gray-light;
|
||||
|
||||
|
||||
// Carousel
|
||||
// ------------------------
|
||||
@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
||||
|
||||
Reference in New Issue
Block a user