[REM] bolding in accounts listing

This commit is contained in:
Xavier Morel 2015-02-18 11:23:11 +01:00
parent c736a0802b
commit 78765edae5

View File

@ -17,11 +17,10 @@ li > p {
.accounts-table .related {
background-color: transparent !important;
color: #eee !important;
font-weight: bold;
}
.accounts-table .secondary {
background-color: transparent !important;
color: #ccc !important;
color: #aaa !important;
}
.accounts-table dl {
@ -31,10 +30,6 @@ li > p {
.accounts-table h4, .accounts-table h5 {
font-weight: normal;
}
.accounts-table .related h4, .accounts-table h4.related,
.accounts-table .related h5, .accounts-table h5.related {
font-weight: bold;
}
.accounts-table h4 {
text-align: center;
@ -76,10 +71,6 @@ li > p {
.accounts-table dt {
font-weight: normal;
}
.accounts-table .related dt,
.accounts-table dt.related {
font-weight: bold;
}
.accounts-table dt span {
font-style: italic;
}