From f91cbc16f8dbf7f4e57b713ef774bcd53ee14576 Mon Sep 17 00:00:00 2001 From: panfu28 <34801669+panfu28@users.noreply.github.com> Date: Fri, 11 Dec 2020 23:02:44 -0300 Subject: [PATCH] Update index.css Fixed some errors and replaced lines started with 4 spaces for a tab, some lines started with a tab already so why not make it consistent. --- templates/themes/index/index.css | 64 ++++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/templates/themes/index/index.css b/templates/themes/index/index.css index 498e9704..c8aa0aa5 100644 --- a/templates/themes/index/index.css +++ b/templates/themes/index/index.css @@ -21,9 +21,9 @@ } .mainBox { background: transparent; - border: 1px solid #008080; - width: 100%; - margin-bottom: 5px; + border: 1px solid #008080; + width: 100%; + margin-bottom: 5px; } .mainBox h2 { background: #59A; @@ -31,12 +31,12 @@ } .box.image { background: transparent; - border: none; - width: 100%; - min-height: 250px; - max-height: 400px; - overflow-x: hidden; - overflow-y: auto;; + border: none; + width: 100%; + min-height: 250px; + max-height: 400px; + overflow-x: hidden; + overflow-y: auto; } .box img { float: left; @@ -46,34 +46,34 @@ border-radius: 10px; } .icon { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 100px; + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100px; } .imageofnow { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 300px; + display: block; + margin-left: auto; + margin-right: auto; + max-width: 300px; } .videoofnow { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 500px; - max-height: 300px; - } + display: block; + margin-left: auto; + margin-right: auto; + max-width: 500px; + max-height: 300px; +} .quoteofnow { - text-align: center; - font-size: 20px; - font-family: -WEBKIT-PICTOGRAPH; + text-align: center; + font-size: 20px; + font-family: -WEBKIT-PICTOGRAPH; } .description { - text-align: center; - font-weight: bolder; - } + text-align: center; + font-weight: bolder; +} .boardlinksurl { - float: left; - margin-right: 100px; -} \ No newline at end of file + float: left; + margin-right: 100px; +}