From 3e3692e728c91d62497c3214ce377e2bd7402667 Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:02:14 -0500 Subject: [PATCH] Add suggested CSS --- css/wp-strava.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/wp-strava.css b/css/wp-strava.css index f496c5d..98ab297 100755 --- a/css/wp-strava.css +++ b/css/wp-strava.css @@ -9,27 +9,37 @@ background-position: -224px -160px; margin: 0 6px 2px 0; } + .wp-strava-activity-container { display: table; margin: 0 auto; } + .activity-details-table tr td { padding: 5px; } + .activity-details-table th { padding: 5px; text-align: center; font-size: 0.8em; } + +.activity-details-table td:before { + position: relative; +} + .activity-details-table td { text-align: center; border: 1px solid #e7e7e7; } + .activity-details-table-info { font-size: 1.2em; font-weight: bold; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); } + .activity-details-table-units { font-size: 0.8em; }