diff options
-rw-r--r-- | Doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index cfd5942..64b527d 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -53,7 +53,7 @@ var { font-family: times, serif; font-style: italic; font-weight: normal; } -.typelabel { font-family: lucida, sans serif; } +.typelabel { font-family: lucida, sans-serif; } .navigation td { background-color: #99ccff; font-weight: bold; |