1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Apply margin only on settings page

This commit is contained in:
Jeremy Benoist 2015-08-24 12:03:00 +02:00
parent 7083d183b9
commit dc1c2debfb

View file

@ -367,6 +367,7 @@ main ul.row {
7 = Others
========================================================================== */
div.input-field div, div.input-field ul {
/* force height on non-input field in the settings page */
div.settings div.input-field div, div.settings div.input-field ul {
margin-top: 40px;
}