diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-26 13:22:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-26 13:22:34 -0400 |
commit | 042a0577780ca1783ce8cb4d9a050fa115f6cd6b (patch) | |
tree | 48d4cb370193221daa347d206fda83f527d8d5f3 /doc/todo | |
parent | 6364949dfced5cdbba5014d34dbf0e7f0980cd27 (diff) |
color: New plugin from ptecza.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/color_plugin.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/color_plugin.mdwn b/doc/todo/color_plugin.mdwn index e1aa5daa2..69afe837d 100644 --- a/doc/todo/color_plugin.mdwn +++ b/doc/todo/color_plugin.mdwn @@ -227,3 +227,5 @@ Of course, I'm open for discussion or exchange of ideas :) --[[Paweł|ptecza]] +span.color { + padding: 2px; +} + +[[done]] |