From 7e58fe037ae9be7cf625d0bdaa7c3a41dd2b79e5 Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:59:41 +0300 Subject: [PATCH] Updated CSS --- docs/css/styles.css | 40 ++++++++++++++++++++-------------------- public/css/styles.css | 40 ++++++++++++++++++++-------------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/css/styles.css b/docs/css/styles.css index fc670c6..acd5bde 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -1,6 +1,6 @@ /* ------------------------------ */ /* Wavelovers styles */ -/* version: dated 2022.07.24 */ +/* version: dated 2022.07.25 */ /* author: Eugene Serb */ /* ------------------------------ */ @@ -166,6 +166,25 @@ a { text-decoration: none; } +dl dd:last-child { + margin-bottom: 0; +} + +dt { + margin-bottom: 4px; + font-size: 16px; + font-weight: 500; + font-style: oblique; +} + +dd { + margin-bottom: 16px; + padding-left: 16px; + font-size: 14px; + font-weight: 300; + font-style: normal; +} + /* ----- */ /* FORMS */ /* ----- */ @@ -469,25 +488,6 @@ table, th, td { /* PAGES */ /* ----- */ -dl dd:last-child { - margin-bottom: 0; -} - -dt { - margin-bottom: 4px; - font-size: 16px; - font-weight: 500; - font-style: oblique; -} - -dd { - margin-bottom: 16px; - padding-left: 16px; - font-size: 14px; - font-weight: 300; - font-style: normal; -} - /* ----------- */ /* WAVELOVERS */ /* ----------- */ diff --git a/public/css/styles.css b/public/css/styles.css index fc670c6..acd5bde 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1,6 +1,6 @@ /* ------------------------------ */ /* Wavelovers styles */ -/* version: dated 2022.07.24 */ +/* version: dated 2022.07.25 */ /* author: Eugene Serb */ /* ------------------------------ */ @@ -166,6 +166,25 @@ a { text-decoration: none; } +dl dd:last-child { + margin-bottom: 0; +} + +dt { + margin-bottom: 4px; + font-size: 16px; + font-weight: 500; + font-style: oblique; +} + +dd { + margin-bottom: 16px; + padding-left: 16px; + font-size: 14px; + font-weight: 300; + font-style: normal; +} + /* ----- */ /* FORMS */ /* ----- */ @@ -469,25 +488,6 @@ table, th, td { /* PAGES */ /* ----- */ -dl dd:last-child { - margin-bottom: 0; -} - -dt { - margin-bottom: 4px; - font-size: 16px; - font-weight: 500; - font-style: oblique; -} - -dd { - margin-bottom: 16px; - padding-left: 16px; - font-size: 14px; - font-weight: 300; - font-style: normal; -} - /* ----------- */ /* WAVELOVERS */ /* ----------- */