diff options
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 6 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 16e7143ad..720a7e2b5 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -126,10 +126,14 @@ a.btn, /*=== Index menu */ /*=== Feed articles */ -.flux_header .title { +.flux_header { font-size: 0.8rem; } +.flux .item { + padding: 0; +} + .flux .item.thumbnail { padding: 5px; height: 50px; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 9ddfe00c4..69ec10abb 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -126,10 +126,14 @@ a.btn, /*=== Index menu */ /*=== Feed articles */ -.flux_header .title { +.flux_header { font-size: 0.8rem; } +.flux .item { + padding: 0; +} + .flux .item.thumbnail { padding: 5px; height: 50px; |
