Vote #63023
完了Add css class for user comments
0%
説明
Add different css class (div?) for user comments instead of just wiki class, so it can be tuned via custom stylesheet. For better emphasis against automatically inserted messages.
It's possible or it's rubbishy? :)
journals
Here's a diff for doing just that. It's based on 0.6.4. Here's some CSS to color it grey:
.journal { background-color: #f2f2f2; padding-bottom: 1px; }
.journal h4 { background-color: #e0e0e0; }
--------------------------------------------------------------------------------
Committed in r1349. The div was already here in the the latest code. I added the @journal@ class to it.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------