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:
parent
f0e8324f06
commit
1c8d588d18
|
@ -12,6 +12,11 @@ This is just a basic layout, with only the bare minimum defined.
|
||||||
Please tweak this and make it your own. :)
|
Please tweak this and make it your own. :)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
position: absolute;
|
||||||
|
left: -1000em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #675;
|
color: #675;
|
||||||
}
|
}
|
||||||
|
|
|
@ -654,6 +654,11 @@ blockquote cite {
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
position: absolute;
|
||||||
|
left: -1000em;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue