From 279e49a143e1eef46b2229e98356d0a67522ad20 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 19 Aug 2019 20:05:33 -0400 Subject: [PATCH] Fixed more indentation --- popup.css | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/popup.css b/popup.css index 7fd31edb..182b2015 100644 --- a/popup.css +++ b/popup.css @@ -8,24 +8,24 @@ p.popupElement { h1.popupElement { margin-block-start: 0.67em; - margin-block-end: 0.67em; - margin-inline-start: 0px; - margin-inline-end: 0px; - font-weight: bold; + margin-block-end: 0.67em; + margin-inline-start: 0px; + margin-inline-end: 0px; + font-weight: bold; } h2.popupElement { margin-block-start: 0.83em; - margin-block-end: 0.83em; - margin-inline-start: 0px; + margin-block-end: 0.83em; + margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } h3.popupElement { margin-block-start: 1em; - margin-block-end: 1em; - margin-inline-start: 0px; + margin-block-end: 1em; + margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } @@ -110,17 +110,17 @@ h1.popupElement { text-decoration:none; text-shadow:0px 0px 0px #27663c; } - .whitelistButton:hover.popupElement { - background-color:#218b26; - } - .whitelistButton:focus.popupElement { - outline: none; - background-color:#218b26; - } - .whitelistButton:active.popupElement { - position:relative; - top:1px; - } +.whitelistButton:hover.popupElement { + background-color:#218b26; +} +.whitelistButton:focus.popupElement { + outline: none; + background-color:#218b26; +} +.whitelistButton:active.popupElement { + position:relative; + top:1px; +} .greenButton.popupElement { background-color:#ec1c1c;