www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7233e7d78e35d0eaa16a21b98cdc9b2bb05f11fa
parent d9259c9316bf97254ceec763443023a89313438a
Author: Greg Hendershott <greghendershott@gmail.com>
Date:   Thu,  1 Nov 2012 23:03:43 -0400

Do "boxing" on SCodeFlow not RktBlk; tweak appearance

Diffstat:
Mgh.css | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 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; }