diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-20 21:20:36 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-20 21:20:36 +0100 |
commit | 791ae7f8dcc2f01f452c5f41ce484118820db585 (patch) | |
tree | fbf96c01e1b72b0e254cc59c28e26f6b56770292 /ratatoeskr/cms_style | |
parent | 08f8737a13a14530e53426aa1ee9959de6d2c8ca (diff) | |
download | ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.tar.gz ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.tar.bz2 ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.zip |
Added template and style management to the backend.
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; +} |