diff options
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 56fa977..acfdd7f 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -39,6 +39,9 @@ var { font-family: serif; .navigation .title { font-family: avantgarde, sans-serif; font-size: 110% } +.navigation td { background-color: #99ccff; } + +.titlegraphic { vertical-align: top; } .verbatim { color: #00008b } |