aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-07-17 17:10:30 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-17 17:10:30 +0200
commit954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 (patch)
treeb635ac9c855be794b6546078539f2f08c115b1f2 /p/themes/Origine-compact
parent670239b94ed0addee5ef8a0054d82a1e1149b995 (diff)
Fix #4447: Nord theme (#4451)
* fix: add height 100% for <html> * remove height 100% in all themes * fixed order in template.css
Diffstat (limited to 'p/themes/Origine-compact')
-rw-r--r--p/themes/Origine-compact/origine-compact.css1
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css1
2 files changed, 0 insertions, 2 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index 8a6e16bde..b2a2199da 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -4,7 +4,6 @@
/*============*/
html, body {
background: #fafafa;
- height: 100%;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}
diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css
index a56627b38..16e8bbd78 100644
--- a/p/themes/Origine-compact/origine-compact.rtl.css
+++ b/p/themes/Origine-compact/origine-compact.rtl.css
@@ -4,7 +4,6 @@
/*============*/
html, body {
background: #fafafa;
- height: 100%;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}