2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
This commit is contained in:
Mark Otto
2015-12-07 10:08:39 -08:00
parent a22d2fb5a5
commit afbaf43505
8 changed files with 28 additions and 12 deletions
+11 -3
View File
@@ -4663,6 +4663,14 @@ a.label:focus, a.label:hover {
border-radius: 0; border-radius: 0;
} }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
}
a.list-group-item, a.list-group-item,
button.list-group-item { button.list-group-item {
width: 100%; width: 100%;
@@ -5728,16 +5736,16 @@ button.close {
text-transform: capitalize !important; text-transform: capitalize !important;
} }
.font-normal { .font-weight-normal {
font-weight: normal; font-weight: normal;
} }
.font-bold { .font-weight-bold {
font-weight: bold; font-weight: bold;
} }
.font-italic { .font-italic {
font-style: normal; font-style: italic;
} }
.text-muted { .text-muted {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+11 -3
View File
@@ -4663,6 +4663,14 @@ a.label:focus, a.label:hover {
border-radius: 0; border-radius: 0;
} }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
}
a.list-group-item, a.list-group-item,
button.list-group-item { button.list-group-item {
width: 100%; width: 100%;
@@ -5728,16 +5736,16 @@ button.close {
text-transform: capitalize !important; text-transform: capitalize !important;
} }
.font-normal { .font-weight-normal {
font-weight: normal; font-weight: normal;
} }
.font-bold { .font-weight-bold {
font-weight: bold; font-weight: bold;
} }
.font-italic { .font-italic {
font-style: normal; font-style: italic;
} }
.text-muted { .text-muted {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long