Fixed more indentation

This commit is contained in:
Ajay Ramachandran
2019-08-19 20:05:33 -04:00
parent db4182d074
commit 279e49a143

View File

@@ -8,24 +8,24 @@ p.popupElement {
h1.popupElement { h1.popupElement {
margin-block-start: 0.67em; margin-block-start: 0.67em;
margin-block-end: 0.67em; margin-block-end: 0.67em;
margin-inline-start: 0px; margin-inline-start: 0px;
margin-inline-end: 0px; margin-inline-end: 0px;
font-weight: bold; font-weight: bold;
} }
h2.popupElement { h2.popupElement {
margin-block-start: 0.83em; margin-block-start: 0.83em;
margin-block-end: 0.83em; margin-block-end: 0.83em;
margin-inline-start: 0px; margin-inline-start: 0px;
margin-inline-end: 0px; margin-inline-end: 0px;
font-weight: bold; font-weight: bold;
} }
h3.popupElement { h3.popupElement {
margin-block-start: 1em; margin-block-start: 1em;
margin-block-end: 1em; margin-block-end: 1em;
margin-inline-start: 0px; margin-inline-start: 0px;
margin-inline-end: 0px; margin-inline-end: 0px;
font-weight: bold; font-weight: bold;
} }
@@ -110,17 +110,17 @@ h1.popupElement {
text-decoration:none; text-decoration:none;
text-shadow:0px 0px 0px #27663c; text-shadow:0px 0px 0px #27663c;
} }
.whitelistButton:hover.popupElement { .whitelistButton:hover.popupElement {
background-color:#218b26; background-color:#218b26;
} }
.whitelistButton:focus.popupElement { .whitelistButton:focus.popupElement {
outline: none; outline: none;
background-color:#218b26; background-color:#218b26;
} }
.whitelistButton:active.popupElement { .whitelistButton:active.popupElement {
position:relative; position:relative;
top:1px; top:1px;
} }
.greenButton.popupElement { .greenButton.popupElement {
background-color:#ec1c1c; background-color:#ec1c1c;