From 7233e7d78e35d0eaa16a21b98cdc9b2bb05f11fa Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 1 Nov 2012 23:03:43 -0400 Subject: [PATCH] Do "boxing" on SCodeFlow not RktBlk; tweak appearance --- gh.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gh.css b/gh.css index 3ee13df..29e7206 100644 --- a/gh.css +++ b/gh.css @@ -29,10 +29,16 @@ font-family: sans-serif; } -.RktBlk { +.SCodeFlow { background-color: #f8faf8; white-space: inherit; text-align: left; + border-top-width: 6px; + border-top-style: solid; + border-top-color: #f0f0f0; + border-left-width: 6px; + border-left-style: solid; + border-left-color: #f0f0f0; }