Skeletal StyleTranslations class, CSS fixes

This commit is contained in:
Justin Foell
2020-11-02 10:53:53 -06:00
parent 7402f471fb
commit b617842c84
5 changed files with 64 additions and 6 deletions
+3 -3
View File
@@ -12,15 +12,15 @@
display: table;
margin: 0 auto;
}
#activity-details-table tr td {
.activity-details-table tr td {
padding: 5px;
}
#activity-details-table th {
.activity-details-table th {
padding: 5px;
text-align: center;
font-size: 0.8em;
}
#activity-details-table td {
.activity-details-table td {
text-align: center;
border: 1px solid #e7e7e7;
}