diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-09-26 08:53:43 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-09-26 08:53:43 +0000 |
commit | ef650a0084ed441420dbb5285dd4d0aada6958fa (patch) | |
tree | 1ad73a7f5cd385697c60c2dd9a88c265d3f120fe | |
parent | f488e557d318039b221d43fc91fdc27402970a6f (diff) |
Standardschrift für Code auf 'DejaVu Sans Mono' sonst beliebige dickengleiche Schrift
git-svn-id: https://svn.neo-layout.org@2105 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | www/stylesheet_wiki.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index 3e1ef91..940d8e0 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -189,3 +189,5 @@ overflow:auto; } #content.ticket { width: 100%; max-width:61em} + +table.code td {font-family: 'DejaVu Sans Mono',monospace;}
\ No newline at end of file |