Merge pull request #5918 from rtpHarry/patch-3

[Fixes #5908] Triple columns don't fit on small screens
This commit is contained in:
Sébastien Ros
2015-10-15 12:22:16 -07:00

View File

@@ -18,7 +18,7 @@ html.dyn #main ul.features button { display:none; }
height:6em;
margin:0 .5% 1% .5%;
position:relative;
width:32.2%;
width:32%;
}
.features.summary-view .missingDependencies{
@@ -223,4 +223,4 @@ h2.recentlyInstalledModule {padding:0 0 0 40px;}
.dir-rtl .manage {
float: left;
}
}