aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-04 12:15:46 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-04 12:15:46 +0200
commit15358f9d4b2f336e7d774443b046f244e3a0ffe3 (patch)
treebede68c56e9f042627314ed2ecaa7fa179433ae7 /p
parent3d12c2809f69d37900768fa4a6aad10e9e508fd8 (diff)
New article text banner: fix line-height (#3731)
* fix line-height * fix the order of css rules
Diffstat (limited to 'p')
-rw-r--r--p/themes/Origine/origine.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 97ae7ddca..cd7e98d9a 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -744,6 +744,7 @@ a.btn {
/*=== New article notification */
#new-article {
+ padding: 1em;
background: #0084cc;
text-align: center;
font-size: 0.9em;
@@ -754,7 +755,6 @@ a.btn {
}
#new-article > a {
- line-height: 3em;
color: #fff;
font-weight: bold;
}