diff --git a/fp-plugins/support/res/support.css b/fp-plugins/support/res/support.css index 54f1f84..6b1d5c8 100644 --- a/fp-plugins/support/res/support.css +++ b/fp-plugins/support/res/support.css @@ -3,19 +3,19 @@ } .support-data ul li { - list-style-type: none; + list-style-type: none } .support-data .error { - color: #990000; + color: #990000 } .support-data .attention { - color: #D35400; + color: #D35400 } .support-data .success { - color: #0E7924; + color: #0E7924 } /* hidden code block - only becomes visible when pasted - onion juice ink - magic */ @@ -28,3 +28,19 @@ margin: 0; font-size: 0px } + +/* Compatibility */ +.support-data p { + line-height: unset !IMPORTANT; + margin-top: unset !IMPORTANT +} + +.support-data ul li::before { + content: unset !IMPORTANT +} + +.support-data ul { + margin-left: 2em !IMPORTANT; + padding-top: unset; + padding-bottom: unset +}