CSS for the about.php point release changelog. props chexee, fixes #19346.

git-svn-id: https://develop.svn.wordpress.org/trunk@19542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-12-02 17:21:24 +00:00
parent 44ab86de65
commit bbfbdeaad0
7 changed files with 44 additions and 10 deletions
+13 -2
View File
@@ -2168,8 +2168,7 @@ div.widgets-sortables,
color: #464646;
}
.about-wrap .feature-section img,
.about-wrap .feature-section .image-mask {
.about-wrap .feature-section img {
background: #fff;
border-color: #dfdfdf;
@@ -2178,6 +2177,18 @@ div.widgets-sortables,
box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
}
.about-wrap .point-releases {
border-bottom: 1px solid #dfdfdf;
}
.about-wrap .point-releases h3 {
border-top: 1px solid #dfdfdf;
}
.about-wrap .point-releases h3:first-child {
border: 0;
}
.about-wrap h4.wp-people-group {
text-shadow: 1px 1px 1px white;
}