diff --git a/wp-content/themes/classic/style.css b/wp-content/themes/classic/style.css index 93dc883bc..ffc5beaf7 100644 --- a/wp-content/themes/classic/style.css +++ b/wp-content/themes/classic/style.css @@ -12,6 +12,11 @@ This is just a basic layout, with only the bare minimum defined. Please tweak this and make it your own. :) */ +.invisible { + position: absolute; + left: -1000em; +} + a { color: #675; } diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 4900d630e..2cb659302 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -654,6 +654,11 @@ blockquote cite { .hidden { display: none; } + +.invisible { + position: absolute; + left: -1000em; +} hr { display: none;