From 791ae7f8dcc2f01f452c5f41ce484118820db585 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 20 Nov 2011 21:20:36 +0100 Subject: Added template and style management to the backend. --- ratatoeskr/cms_style/layout.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ratatoeskr/cms_style/layout.css') 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; +} -- cgit v1.2.3-54-g00ecf