X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4e051d54eec34ed62a4fa8982c2b34493a61e016..f1ad2d8f64690870d6bb4977b04202083797d6a2:/base.css diff --git a/base.css b/base.css index f3c0355..ec33cf7 100644 --- a/base.css +++ b/base.css @@ -98,7 +98,7 @@ ul { list-style: none; } -#source pre { +pre { display: inline-block; text-align: left; } @@ -464,6 +464,9 @@ table.dimap { .sy-error { font-weight: bold; background-color: #F00; color: #FFF } .sy-todo { background-color: #FF0 } +/* boolean alternate */ +.glyphs b { font-weight: normal; color: #800 } + /* hover effects */ .X:hover {cursor: help} .X:hover > span {background: #FFF} /* whitespace marker */