diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-11 12:40:15 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-11 12:40:15 -0400 |
commit | b6eccfd3d38c95773bdfc8fdf1ecbc32094f353e (patch) | |
tree | 4009cad2c7aafbdf4c6f8dcfa495c7c50cc536d6 /doc/style.css | |
parent | a25d8f992bc3e39cf39954475f31b83dabbf2374 (diff) | |
download | ikiwiki-b6eccfd3d38c95773bdfc8fdf1ecbc32094f353e.tar ikiwiki-b6eccfd3d38c95773bdfc8fdf1ecbc32094f353e.tar.gz |
Add a microblog template that is useful for inlining microblogging posts.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 98a28f347..74d968ddf 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,11 +373,13 @@ span.color { padding: 2px; } -.comment-header { +.comment-header, +.microblog-header { font-style: italic; margin-top: .3em; } -.comment .author { +.comment .author, +.microblog .author { font-weight: bold; } .comment-subject { |