Styling for notices below h2

git-svn-id: http://svn.automattic.com/wordpress/trunk@9532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-05 20:02:47 +00:00
parent 883462a60b
commit d35edc4a1a
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;
}