From 7ac74343fe91789aa245c99dd100c2686b54f2fc Mon Sep 17 00:00:00 2001 From: dudleycu Date: Mon, 23 Aug 2021 23:36:43 +0900 Subject: [PATCH] css --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 31eb74a..4a8570f 100644 --- a/src/style.css +++ b/src/style.css @@ -1069,14 +1069,14 @@ outline: 0 !important; .boxMisc img { background: linear-gradient(white,#bca9f5); vertical-align: top; - margin-right: 10px; + margin: 0 10px; } .boxMisc p > img { - float:left; + float:right; } .boxMisc p { margin-top: 0; - text-align: left; + text-align: justify; } .boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar, .boxAdmin .boxTitleBar { background: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1));