From 2533c0fbbea6f3bf52cf54861fce1f43a529c60f Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 24 Oct 2024 08:17:24 -0500 Subject: Update about.md --- static/css/styles.css | 8 ++++++++ static/styles.css | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 static/css/styles.css delete mode 100644 static/styles.css (limited to 'static') diff --git a/static/css/styles.css b/static/css/styles.css new file mode 100644 index 0000000..2d42220 --- /dev/null +++ b/static/css/styles.css @@ -0,0 +1,8 @@ +dl > dt { + font-weight: bold; +} + +dd { + margin-bottom: 1em; + margin-left: 2em; +} diff --git a/static/styles.css b/static/styles.css deleted file mode 100644 index 2d42220..0000000 --- a/static/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -dl > dt { - font-weight: bold; -} - -dd { - margin-bottom: 1em; - margin-left: 2em; -} -- cgit v1.2.3