From ba194c7991c99fa23ce2d70a1c8d50a7f184c34e Mon Sep 17 00:00:00 2001 From: filp Date: Wed, 13 Mar 2013 23:19:38 +0000 Subject: [PATCH] Style containers --- src/Damnit/Resources/pretty-template.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Damnit/Resources/pretty-template.php b/src/Damnit/Resources/pretty-template.php index 47b360f..addeb32 100644 --- a/src/Damnit/Resources/pretty-template.php +++ b/src/Damnit/Resources/pretty-template.php @@ -17,7 +17,7 @@ body { font: 14px helvetica, arial, sans-serif; color: #2B2B2B; - background-color: #DADADA; + background-color: #D4D4D4; padding:0; margin: 0; } @@ -55,9 +55,12 @@ .details-container { float: right; width: 70%; + background: #DADADA; } .details { - margin: 10px; + padding: 10px; + padding-left: 5px; + border-left: 5px solid rgba(0, 0, 0, .1); } .frames-container {