From 13df593ae0f3572ad049a0ffc98adbfb5c648929 Mon Sep 17 00:00:00 2001 From: Daniel Leedan Date: Sun, 28 Jun 2020 17:04:07 +0800 Subject: [PATCH] Small design improvement (#226) * Update main.css Fix #222 for all the pages * Update main.css Removed table align center * Update main.css: small design improvemen --- assets/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/main.css b/assets/main.css index 5f4a2b0..c5da907 100644 --- a/assets/main.css +++ b/assets/main.css @@ -9198,7 +9198,7 @@ hr:before { #divider10:before { width: 15%; - border-top: solid 1px rgba(255,255,255,0.169); + border-top: 0; height: 1px; } @@ -9209,7 +9209,7 @@ hr:before { #divider11:before { width: 15%; - border-top: solid 1px rgba(255,255,255,0.169); + border-top: 0; height: 1px; } @@ -9220,18 +9220,18 @@ hr:before { #divider12:before { width: 15%; - border-top: solid 1px rgba(255,255,255,0.169); + border-top: 0; height: 1px; } -#divider09 { +#divider09 { height: 1rem; line-height: 1rem; } #divider09:before { width: 15%; - border-top: solid 1px rgba(255,255,255,0.169); + border-top: 0; height: 1px; }