liquid_feedback_frontend
diff static/style.css @ 141:20e0b64cc1f9
use monospace/pre data on suggestion display and entry
this allows better formatting on the user suggestions without the overhead of using wiki there
fixes bug #215
this allows better formatting on the user suggestions without the overhead of using wiki there
fixes bug #215
| author | Daniel Poelzleithner <poelzi@poelzi.org> |
|---|---|
| date | Wed Oct 06 14:34:45 2010 +0200 (2010-10-06) |
| parents | e1b916d2e489 |
| children | 90520c9fca44 |
line diff
1.1 --- a/static/style.css Wed Oct 06 14:14:23 2010 +0200 1.2 +++ b/static/style.css Wed Oct 06 14:34:45 2010 +0200 1.3 @@ -950,6 +950,12 @@ 1.4 padding-right: 1ex; 1.5 } 1.6 1.7 + 1.8 +.suggestion_content, 1.9 +#suggestion_description { 1.10 + font-family: monospace; 1.11 +} 1.12 + 1.13 .diff { 1.14 background-color: #eee; 1.15 border: 1px solid #ccc;