diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-02 10:05:31 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-02 10:05:31 +0000 |
commit | 3ebd2feb8019c8c2d0e4994658982ccba2b24a3f (patch) | |
tree | 8b5b289f492f66fa983199a11ad4a8473c288f73 /doc/css_market | |
parent | d3d60c2a3154c8fcd0773969725b44823fa255c0 (diff) | |
download | ikiwiki-3ebd2feb8019c8c2d0e4994658982ccba2b24a3f.tar ikiwiki-3ebd2feb8019c8c2d0e4994658982ccba2b24a3f.tar.gz |
Fix CSS comment.
Diffstat (limited to 'doc/css_market')
-rw-r--r-- | doc/css_market/embeddedmoose.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/css_market/embeddedmoose.css b/doc/css_market/embeddedmoose.css index 246142314..61a3f2182 100644 --- a/doc/css_market/embeddedmoose.css +++ b/doc/css_market/embeddedmoose.css @@ -1,6 +1,6 @@ -// Embedded Moose local.css for use with ikiwiki -// Written by Josh Triplett <josh@freedesktop.org> -// Some ideas from the Debian lighttpd index.html page. +/* Embedded Moose local.css for use with ikiwiki + * Written by Josh Triplett <josh@freedesktop.org> + * Some ideas from the Debian lighttpd index.html page. */ body { background: #e7e7e7; } |