From fad37e33e838e6539f3cb958eb826b6a60754864 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 14 Nov 2022 04:24:41 -0500 Subject: public/css/tdro: Merge duplicate video declaration --- public/css/tdro.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index ea7685f..d69dbfc 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -188,9 +188,11 @@ recent-articles h2 a { } video { - display: inline-block; + border-radius: 0.5rem; box-shadow: 0 0.25rem 1rem; + display: inline-block; max-width: 100%; + color: #999; } video-container { @@ -1960,10 +1962,6 @@ hr { background-color: #ddd; } -video { - color: #999; -} - input, textarea { background-color: #f9f9f9; -- cgit v1.2.3