[Rt-commit] rt branch, custom-css, updated. rt-3.8.8-532-g1930f19
Chia-liang Kao
clkao at bestpractical.com
Tue Aug 24 14:02:01 EDT 2010
The branch, custom-css has been updated
via 1930f1944b2c08ddbd1b0ad24f1a21910e78eff4 (commit)
from ec51cc7f0317f5c0f1367842e06678bc419353ff (commit)
Summary of changes:
share/html/Admin/Global/Theme.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1930f1944b2c08ddbd1b0ad24f1a21910e78eff4
Author: Chia-liang Kao <clkao at bestpractical.com>
Date: Wed Aug 25 02:04:24 2010 +0800
more sections
diff --git a/share/html/Admin/Global/Theme.html b/share/html/Admin/Global/Theme.html
index 86a0ff3..cf47411 100644
--- a/share/html/Admin/Global/Theme.html
+++ b/share/html/Admin/Global/Theme.html
@@ -106,7 +106,9 @@ var section_css_mapping = {
'default': ['body',
'input[type="reset"], input[type="submit"], input[class="button"]'],
'quickbar': ['div#quickbar'],
- 'mainbody': ['div#body']
+ 'mainbody': ['div#body'],
+ 'navigation': ['div#nav'],
+ 'page-menu': ['div#page-navigation ul#page-menu'],
};
jQuery(function($) {
@@ -192,6 +194,10 @@ div#header h1 { }
div#quickbar {}
+div#nav {}
+
+div#page-navigation ul#page-menu {}
+
input[type="reset"], input[type="submit"], input[class="button"] {}
';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list