diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 1e5220eb9..00b054772 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -86,6 +86,7 @@ Main = switch hostname when 'www.4chan.org' + $.onExists doc, 'body', false, -> $.addStyle Main.cssWWW Captcha.replace.init() return when 'sys.4chan.org' @@ -346,6 +347,8 @@ Main = css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon') %>` + cssWWW: `<%= importCSS('www') %>` + features: [ ['Polyfill', Polyfill] ['Normalize URL', NormalizeURL] diff --git a/src/css/www.css b/src/css/www.css new file mode 100644 index 000000000..01b12c399 --- /dev/null +++ b/src/css/www.css @@ -0,0 +1,3 @@ +#captcha-cnt { + height: auto; +}