diff options
Diffstat (limited to 'ratatoeskr/cms_style')
-rw-r--r-- | ratatoeskr/cms_style/layout.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index 00e41cb..c704961 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -241,3 +241,7 @@ table.listtab tr:first-child td { table.listtab tbody tr:hover { background: #eee; } + +textarea.codeedit { + font-family: monospace; +} |