2
0
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:
Mark Otto
2013-07-23 23:48:17 -07:00
parent 9029b4c06c
commit 18157e9f39
5 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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
View File
@@ -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);