diff mbox

[34/51] boxes: Style boxes like the patch form

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

Commit Message

Damien Lespiau Aug. 24, 2015, 6:23 p.m. UTC
Here again, a pass may be needed in the future, but for now, make things
consistent.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 htdocs/css/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stephen Finucane Sept. 9, 2015, 3:25 p.m. UTC | #1
> Here again, a pass may be needed in the future, but for now, make things

> consistent.

> 

> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>


Acked-by: Stephen Finucane <stephen.finucane@intel.com>
diff mbox

Patch

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 65bdc1c..d4e9e81 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -402,7 +402,7 @@  table.vertical {
 	border-collapse: collapse;
 }
 table.vertical th {
-	background: #786fb4;
+	background: #0A0A47;
 	color: white;
 	font-weight: bold;
 	text-align: center;
@@ -425,10 +425,10 @@  div.box {
 }
 
 div.box h2 {
-	background: #786fb4;
+	background: #0A0A47;
 	color: white;
 	margin: -0.5em -0.5em 1em; -0.5em;
-	padding: 0em 0.5em;
+	padding: 0.3em 0.3em 0.3em 0.6em;
 	font-size: 100%;
 }