Kill text-shadows on header elements, props iammattthomas, fixes #8530

git-svn-id: https://develop.svn.wordpress.org/trunk@10131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-08 22:13:15 +00:00
parent a31ad119f4
commit e970924eeb
2 changed files with 0 additions and 10 deletions

View File

@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
#favorite-actions a {
color: #ddd;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
#favorite-actions a:hover {
@ -1502,10 +1501,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
#wphead h1 {
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}
#screen-meta a.show-settings {
background-color: transparent;
text-shadow: rgba(255,255,255,0.7) 0 1px 0;

View File

@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
#favorite-actions a {
color: #ddd;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
#favorite-actions a:hover {
@ -1502,10 +1501,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
#wphead h1 {
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}
#screen-meta a.show-settings {
background-color: transparent;
text-shadow: rgba(255,255,255,0.7) 0 1px 0;