From 2f20164b6a748feeef9a7dd88d901702168f380f Mon Sep 17 00:00:00 2001
From: Ciro Scognamiglio <ciro.scognamiglio@cslash.net>
Date: Thu, 24 Jul 2014 15:04:57 +0200
Subject: [PATCH] heading styles

---
 portal/static/css/onelab.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css
index 1104c988..8d6e73e5 100644
--- a/portal/static/css/onelab.css
+++ b/portal/static/css/onelab.css
@@ -12,6 +12,7 @@ body {
 a, a:active, a:focus {
     outline: 0;
     text-decoration:none;
+    color:#201E62;
 }
 
 h1 {
@@ -26,13 +27,20 @@ h1 img {
     margin-right:10px;
 }
 h2 {
+    margin:0 0 15px 0;
     font-size:14pt;
     color:#333333;
 }
 h3 {
+    margin:0 0 5px 0;
     font-size:13pt;
     color:#201E62;
 }
+h4 {
+    margin:0 0 5px 0;
+    font-size:12pt;
+    color:#333333;
+}
 input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], select, option {
     min-width:260px;
     padding:6px;
@@ -61,6 +69,9 @@ div.breadcrumbs {
     color:gray;
     font-size:10pt;
 }
+.tab-pane {
+    padding-top:15px;
+}
 /* buttons */
 button.btn, input.btn {
     padding:6px 10px;
-- 
2.47.0