Copy fresh over classic

git-svn-id: http://svn.automattic.com/wordpress/trunk@9548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-06 08:39:02 +00:00
parent 877bc21808
commit bade5f826c

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;
}