The branch, master has been updated via b3143e6cc0f35a83dd83cb4f03d7620bb36f71e3 (commit) from 56699c3cc6f93338caf1d5a18a429150fb83fc83 (commit)
- Log ----------------------------------------------------------------- commit b3143e6cc0f35a83dd83cb4f03d7620bb36f71e3 Author: Marc Delisle marc@infomarc.info Date: Fri Jan 20 04:25:44 2012 -0500
Increase CodeMirror font size
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 2b30f3a..71fa37e 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -2191,7 +2191,7 @@ fieldset .disabled-field td { }
.CodeMirror { - line-height: 1em; + font-size: 140%; font-family: monospace; background: white; border: 1px solid black; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index e47b4fd..8cce259 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2611,7 +2611,7 @@ fieldset .disabled-field td { }
.CodeMirror { - line-height: 1em; + font-size: 140%; font-family: monospace; background: white; border: 1px solid black;
hooks/post-receive