diff options
Diffstat (limited to 'res/blogstyle.css')
-rw-r--r-- | res/blogstyle.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css index 63330a97751b..5a27f550930f 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -52,6 +52,15 @@ body { margin-top: 20px; } +.tt { + font-family: "courier new",courier,monospace; + font-size: 13px; +} + +.cl { + text-decoration:none;color:black; +} + .innerBoxTop { height: 28px; color: #000000; |