diff options
| author | 2014-10-01 10:06:04 +0200 | |
|---|---|---|
| committer | 2014-10-01 10:06:04 +0200 | |
| commit | 7481887db746fd2d6eefab021776b8abd4076429 (patch) | |
| tree | 1c55bd7d354a52e3a1601cc78bb4ee37a579edc9 /p/themes/base-theme/template.css | |
| parent | 0d5a1f3a659b6f407b47859c794a662075e3f48e (diff) | |
Load feed configuration on the same page
Need improvements
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index a5a29ab23..397f943a6 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -645,6 +645,11 @@ br + br + br { display: none; } +/*=== Slider */ +#slider { + min-height: 50px; +} + /*=== DIVERS */ /*===========*/ .nav-login, |
