From 0eb077a85b4371607b8593020d8270984e377a89 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 20 Sep 2024 05:45:39 -0600 Subject: [PATCH] move videos style to file --- static/style/videos.css | 15 +++++++++++++++ templates/videos.html | 18 +----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 static/style/videos.css diff --git a/static/style/videos.css b/static/style/videos.css new file mode 100644 index 0000000..6d1b2e8 --- /dev/null +++ b/static/style/videos.css @@ -0,0 +1,15 @@ +table { + width: 100%; + border-collapse: collapse; +} + +th, +td { + border: 1px solid #ddd; + padding: 8px; + text-align: left; +} + +th { + background-color: #f2f2f2; +} \ No newline at end of file diff --git a/templates/videos.html b/templates/videos.html index bb3eea0..45d97d3 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -6,23 +6,7 @@ Downloaded Videos - +