diff options
| author | 2021-09-11 18:22:26 +0200 | |
|---|---|---|
| committer | 2021-09-11 18:22:26 +0200 | |
| commit | 9712e4d888420a348c10157b2d3293848c02fde8 (patch) | |
| tree | b81fe8fcd5d8f768e0a42c7d94643b808dddab14 /p/themes/Origine-compact | |
| parent | 42a9383fe6dc4765ec4267e44913366206162116 (diff) | |
Headline structure improvement (#3830)
* header: h1 deleted - full logo included
* template: config - display
* WIP
* shortcut configs. added fieldset. do not display the border by default
* system.phtml
* subscription: add feed or category
* wip
* wip
* Update bookmarklet.phtml
* Update archiving.phtml
* Update queries.phtml
* Update profile.phtml
* Update manage.phtml
* auth+update
* Update template.rtl.css
* fixed FreshRSS logo (Theme: Mapco)
* Update mapco.rtl.css
* Update _layout.scss
* fixed FreshRSS logo (theme: Dark)
* fix: FreshRSS logo (Theme: BlueLagoon)
* fix: FreshRSS logo (Theme: Ansum)
* fixed: FreshRSS logo (Theme: Alternative Dark)
* fix: FreshRSS logo (Theme: Pafat)
* fix: FreshRSS logo (Theme: Screwdriver)
* fix: FreshRSS logo (theme: Swage)
* Minor lint
* little fix: FreshRSS logo (Theme: Origine)
* Fix: FreshRSS logo (Theme: Origine Compact)
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Origine-compact')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 10 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index cd42eb2f1..1e82870b6 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -608,15 +608,6 @@ a.btn, width: 230px; } -.header > .item.title h1 { - margin: 0; - font-size: 1em; -} - -.header > .item.title h1 a { - text-decoration: none; -} - .header .item.configure .btn, .header .item.search .btn { min-height: 18px; @@ -625,7 +616,6 @@ a.btn, } .header > .item.title .logo { - width: 25px; height: 25px; } diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index e9e4424d3..f3c5263c0 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -608,15 +608,6 @@ a.btn, width: 230px; } -.header > .item.title h1 { - margin: 0; - font-size: 1em; -} - -.header > .item.title h1 a { - text-decoration: none; -} - .header .item.configure .btn, .header .item.search .btn { min-height: 18px; @@ -625,7 +616,6 @@ a.btn, } .header > .item.title .logo { - width: 25px; height: 25px; } |
