Added drop shadows to manage features page.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-06-03 10:20:40 -07:00
parent 747f149042
commit 0fb6ece9a9

View File

@@ -1,6 +1,9 @@
#main .features h2 {
margin-top:0;
}
#main .features h3 {
padding:0;
}
.features.detail-view .category > ul {
border:1px solid #EAEAEA;
margin-bottom:2em;
@@ -11,6 +14,9 @@
}
.features.summary-view .feature {
border:1px solid #EAEAEA;
box-shadow: 0px 1px 2px #d6d6d6;
-moz-box-shadow: 0px 1px 2px #d6d6d6;
-webkit-box-shadow: 0px 1px 2px #d6d6d6;
display:block;
float:left;
height:5em;