mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-18 14:14:01 +09:00
Skeletal StyleTranslations class, CSS fixes
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user