Add invisible class to bundled themes. Props hakre. fixes #9755

git-svn-id: http://svn.automattic.com/wordpress/trunk@11277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-11 20:18:57 +00:00
parent f0e8324f06
commit 1c8d588d18
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}

View File

@ -654,6 +654,11 @@ blockquote cite {
.hidden {
display: none;
}
.invisible {
position: absolute;
left: -1000em;
}
hr {
display: none;