Do "boxing" on SCodeFlow not RktBlk; tweak appearance
This commit is contained in:
parent
d9259c9316
commit
7233e7d78e
8
gh.css
8
gh.css
|
@ -29,10 +29,16 @@
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RktBlk {
|
.SCodeFlow {
|
||||||
background-color: #f8faf8;
|
background-color: #f8faf8;
|
||||||
white-space: inherit;
|
white-space: inherit;
|
||||||
text-align: left;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user