Some updates to module CSS.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-04 11:37:14 -08:00
parent baabfa8c51
commit 5e3943e307
2 changed files with 3 additions and 7 deletions

View File

@@ -56,10 +56,10 @@
border-color:#CFE493;
}
.features .disabled.feature {
background:#EAEAEA;
background:#f3f3f3;
}
.features.summary-view .disabled.feature {
border-color:#CCC;
border-color:#eaeaea;
}
.features .update.feature {
background:#ECC;
@@ -88,7 +88,6 @@
#main .features.detail-view h3 {
display:inline;
font-size:1.4em;
font-weight:bold;
padding-right:0;
}
#main .features.summary-view .description {

View File

@@ -141,10 +141,7 @@ h4 img, h5 img, h6 img {
margin: 0;
}
strong
{
font-weight:600;
}
strong {font-weight:600;}
.smallText {font-size:1em; line-height:1.4em;}