瀏覽代碼

New article text banner: fix line-height (#3731)

* fix line-height

* fix the order of css rules
maTh 4 年之前
父節點
當前提交
15358f9d4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/themes/Origine/origine.css

+ 1 - 1
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;
 }