Copy fresh over classic

git-svn-id: https://develop.svn.wordpress.org/trunk@9548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-06 08:39:02 +00:00
parent 1c4636238e
commit c0da7cf7b2
1 changed files with 9 additions and 7 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;
}
@ -889,7 +885,8 @@ abbr.required,
}
#timestampdiv input,
#namediv input {
#namediv input,
#tagsdiv #the-tagcloud {
border-color: #ddd;
}
@ -988,12 +985,13 @@ table.diff .diff-addedline ins {
border-top-color: #e4f2fd;
}
#screen-options-wrap {
#screen-options-wrap,
#contextual-help-wrap {
background-color: #f1f1f1;
border-color: #dfdfdf;
}
#screen-options a.show-settings {
#screen-meta-links a.show-settings {
color: #606060;
}
@ -1072,3 +1070,7 @@ div.star.select:hover {
border-color: #aaa;
background: #ddd;
}
.attention {
color: #D54E21;
}