diff mbox

[15/51] style.css: Provide a default <h2> style

Message ID 1440440620-25937-16-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:23 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>
---
 htdocs/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Stephen Finucane Sept. 9, 2015, 2:50 p.m. UTC | #1
> 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>


Nothing too complicated here.

Acked-by: Stephen Finucane <stephen.finucane@intel.com>
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;