[Rt-commit] rt branch, custom-css, updated. rt-3.8.8-531-gec51cc7
Chia-liang Kao
clkao at bestpractical.com
Tue Aug 24 13:57:42 EDT 2010
The branch, custom-css has been updated
via ec51cc7f0317f5c0f1367842e06678bc419353ff (commit)
from 1693ebba0847e555c1c1d5157862c3a282ad1166 (commit)
Summary of changes:
share/html/Admin/Global/Theme.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ec51cc7f0317f5c0f1367842e06678bc419353ff
Author: Chia-liang Kao <clkao at bestpractical.com>
Date: Wed Aug 25 02:00:05 2010 +0800
pesky browsers
diff --git a/share/html/Admin/Global/Theme.html b/share/html/Admin/Global/Theme.html
index 42b7cd5..86a0ff3 100644
--- a/share/html/Admin/Global/Theme.html
+++ b/share/html/Admin/Global/Theme.html
@@ -103,10 +103,10 @@ Csutom CSS (Advanced):<br />
<script type="text/javascript">
var section_css_mapping = {
- default: ['body',
+ 'default': ['body',
'input[type="reset"], input[type="submit"], input[class="button"]'],
- quickbar: ['div#quickbar'],
- mainbody: ['div#body']
+ 'quickbar': ['div#quickbar'],
+ 'mainbody': ['div#body']
};
jQuery(function($) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list