]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
iframes should not have borders -- breaks page layout 314/head
authorChris Porter <redacted>
Wed, 26 Jul 2017 23:56:00 +0000 (00:56 +0100)
committerChris Porter <redacted>
Wed, 26 Jul 2017 23:56:00 +0000 (00:56 +0100)
css/qui.mcss

index 414b37f05e252af1ce2fb0ae4cd70d0d6657387c..9e418b80b4a4b41baa021503022bbf03b93aa0ec 100644 (file)
@@ -362,3 +362,7 @@ div#noscript {
   margin-left: 3em;
   margin-right: 3em;
 }
+
+iframe {
+  border: none;
+}