From f43b0f52f52578b3972bff62a9ce85a453223ada Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 6 May 2020 23:16:56 -0400 Subject: [PATCH] Minor code adjustments Add missing space between ":" and the value for many class attributes. --- scripts/system/html/css/tabs.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/system/html/css/tabs.css b/scripts/system/html/css/tabs.css index 37383b6d99..87e1c11ee8 100644 --- a/scripts/system/html/css/tabs.css +++ b/scripts/system/html/css/tabs.css @@ -48,25 +48,25 @@ div.tab-section-header { } table.tabsTableFrame { - width:100%; + width: 100%; min-height: 352px; display: block; } tr.tabsTrFrame { - width:100%; + width: 100%; } td.tabsFrame { - width:32px; - vertical-align:top; - background-color:#575757; - padding:0px; - border:0px; + width: 32px; + vertical-align: top; + background-color: #575757; + padding: 0px; + border: 0px; } td.tabsPropertiesFrame { - width:100%; + width: 100%; vertical-align: top; border:0px; }