diff mbox

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

Message ID 1443708774-26996-15-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
From: Belén Barros Peña <belen.barros.pena@intel.com>

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

Patch

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;