Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-11-26 00:15:52 +0300
committertom <tom@mdashx.com>2020-11-26 00:15:52 +0300
commita6a118c4f3e974fe7cfadd0553c5f83375711cd1 (patch)
treec8e1ed51a48a91425555210afb6a4a1b80f6daf5
parent0d4901ccbfd59e3b85315e0698ab7d6839ef6c5e (diff)
Fix responsive footer list style
-rw-r--r--static/assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index c10accf..d2e7fa0 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -102,6 +102,11 @@ td {
display: inline;
}
+ footer li em {
+ display: inline;
+ }
+
+
#updated {
border-left: 1px solid #737373;
padding-left: 5px;