This commit is contained in:
Laurent Destailleur 2018-02-07 02:29:55 +01:00
parent ad621f4035
commit b1f43a14bd
2 changed files with 6 additions and 4 deletions

View File

@ -2945,14 +2945,15 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
border: none;
}*/
.boxstatsborder {
border: 1px solid #CCC !important;
/* border: 1px solid #CCC !important; */
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
border: 1px solid #CCC;
/* border: 1px solid #CCC; */
text-align: center;
border-radius: 2px;
background: #eee;
}
.boxstats, .boxstats130, .boxstatscontent {
white-space: nowrap;

View File

@ -3020,14 +3020,15 @@ div .tdtop {
border: none;
}*/
.boxstatsborder {
border: 1px solid #CCC !important;
/* border: 1px solid #CCC !important; */
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
border: 1px solid #CCC;
/* border: 1px solid #CCC; */
text-align: center;
border-radius: 2px;
background: #eee;
}
.boxstats, .boxstats130, .boxstatscontent {
white-space: nowrap;