Fixed feature layout margins in the features' card UI

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-05-28 15:43:53 -07:00
parent 06abffce60
commit b9b02473c9

View File

@@ -7,7 +7,7 @@
}
.features.summary-view .category {
overflow:hidden;
padding-bottom:1.5em;
padding-bottom:1em;
}
.features.summary-view .feature {
border:1px solid #EAEAEA;
@@ -35,15 +35,9 @@
margin-right:0;
}
.features.summary-view .feature {
margin-bottom:.5em;
}
.features.detail-view .feature {
padding:.25em 0;
}
.features.summary-view .feature {
margin-bottom:inherit;
}
.features .enabled.feature {
background:#FFF;
}