[PATCH 14/49] style.css: Provide a default <h2> style

Damien Lespiau damien.lespiau at intel.com
Fri Oct 2 00:12:19 AEST 2015


From: Belén Barros Peña <belen.barros.pena at intel.com>

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena at intel.com>
Acked-by: Stephen Finucane <stephen.finucane at intel.com>
---
 htdocs/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 3cf4b95..d0a69c9 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -6,6 +6,11 @@ a:hover {
 	color: #0A0A47;
 }
 
+h2 {
+	font-size: 25px;
+	margin: 18px 0 18px 0;
+}
+
 .floaty {
 	position: fixed;
 	left: 0.1em;
-- 
2.1.0



More information about the Patchwork mailing list