Do "boxing" on SCodeFlow not RktBlk; tweak appearance

This commit is contained in:
Greg Hendershott 2012-11-01 23:03:43 -04:00
parent d9259c9316
commit 7233e7d78e

8
gh.css
View File

@ -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;
}