summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-30 17:55:58 -0700
committerMicah Lee <micah@micahflee.com>2019-05-30 17:55:58 -0700
commit726f174dea6a6550a6631e2511ad7a080145975d (patch)
treeb964d8a8e2fdc0e0e7ebdd2e936582743616c7d0 /share
parentc3ba542ecb1aaa3e8b7b5cab4395595e184a860a (diff)
downloadonionshare-726f174dea6a6550a6631e2511ad7a080145975d.tar.gz
onionshare-726f174dea6a6550a6631e2511ad7a080145975d.zip
Remove old noscript css styles
Diffstat (limited to 'share')
-rw-r--r--share/static/css/style.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index e445e5de..f2ded524 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -222,20 +222,3 @@ li.info {
color: #666666;
margin: 0 0 20px 0;
}
-
-div#noscript {
- text-align: center;
- color: #d709df;
- padding: 1em;
- line-height: 150%;
- margin: 0 auto;
-}
-
-div#noscript a, div#noscript a:visited {
- color: #d709df;
-}
-
-.disable-noscript-xss-wrapper {
- max-width: 900px;
- margin: 0 auto;
-}