Styling for notices below h2

git-svn-id: https://develop.svn.wordpress.org/trunk@9532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-05 20:02:47 +00:00
parent d9ca3f7dbb
commit 631e62f4b5
3 changed files with 1 additions and 20 deletions

View File

@ -364,10 +364,6 @@ div.dashboard-widget-submit input:hover,
border-color: #e6db55;
}
.updated a {
border-bottom-color: #2583ad;
}
a.page-numbers {
border-bottom-color: #B8D3E2;
}

View File

@ -361,17 +361,7 @@ h6 {
.wrap .updated,
.wrap .error {
margin: auto 0 0;
}
.updated a,
.error a {
text-decoration: underline;
}
.updated a {
text-decoration: none;
padding-bottom: 2px;
margin: 0 0 12px;
}
.wrap h2 {

View File

@ -368,11 +368,6 @@ a.button {
display: inline;
}
.updated a {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.unapproved .unapprove {
display: none;
}