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

git-svn-id: http://svn.automattic.com/wordpress/trunk@10131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-12-08 22:13:15 +00:00
parent 918d84ef68
commit a5b02fdb5d
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;