From 1dff6b088a4c14fec324327347614ccdc02e14ea Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 9 May 2018 06:54:39 -0400 Subject: [PATCH] add more comments to helper.css --- helper.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper.css b/helper.css index d1d93f0..8e2fab8 100644 --- a/helper.css +++ b/helper.css @@ -14,6 +14,7 @@ */ +/* style declaration for EndPwn developer badge */ .profileBadgeEndPwn { background-image: url(https://dr1ft.xyz/sigma_solid.svg); background-position: center; @@ -23,6 +24,7 @@ cursor: pointer } +/* fix for poor formatting on modified crash screen */ [class*="text-"] [class*="note"] { line-height: normal !important; text-align: left !important