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

git-svn-id: https://develop.svn.wordpress.org/trunk@11277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-11 20:18:57 +00:00
parent f39359771a
commit f0ddd3b15d
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;