mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#21020: simplified feature css, and removed wrong assumption about the position of the feature boxes.
This commit is contained in:
@@ -18,20 +18,7 @@ html.dyn #main ul.features button { display:none; }
|
||||
height:6em;
|
||||
margin:0 .5% 1% .5%;
|
||||
position:relative;
|
||||
width:31.95%;
|
||||
}
|
||||
.features.summary-view .feature:nth-child(3n+1),
|
||||
.features.summary-view .feature:nth-child(3n+2),
|
||||
.features.summary-view .feature:nth-child(3n) {
|
||||
width:32.3%;
|
||||
}
|
||||
.features.summary-view .feature:nth-child(3n+1) {
|
||||
margin-left:0;
|
||||
}
|
||||
.features.summary-view .feature:nth-child(3n+2) {
|
||||
}
|
||||
.features.summary-view .feature:nth-child(3n) {
|
||||
margin-right:0;
|
||||
width:32.2%;
|
||||
}
|
||||
|
||||
.features.detail-view .feature {
|
||||
|
||||
Reference in New Issue
Block a user