invoke css

This commit is contained in:
Mathieu 2015-01-29 01:08:05 +01:00
parent 8bf4dbb488
commit eca11122f9

View File

@ -8668,6 +8668,7 @@ ul.breadcrumb span {
}
.list_header {
font-weight: bold;
background-color: #eeeeee;
}
.list_container {
margin-top: 4px;
@ -8690,6 +8691,9 @@ ul.breadcrumb span {
.list_item a {
text-decoration: none;
}
.list_item:nth-child(odd) {
background-color: #f6f6f6;
}
.action_col {
text-align: right;
}