From 5c1f11e97068c8df787a9eef987ec486431c7baf Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 22 Aug 2010 00:38:24 +0100 Subject: customise the yuidoc templates --- build/yuidoc_template/assets/api.css | 14 +++++++------- build/yuidoc_template/assets/yui.png | Bin 7648 -> 0 bytes 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 build/yuidoc_template/assets/yui.png (limited to 'build/yuidoc_template/assets') diff --git a/build/yuidoc_template/assets/api.css b/build/yuidoc_template/assets/api.css index 5468b2a..878a0b1 100644 --- a/build/yuidoc_template/assets/api.css +++ b/build/yuidoc_template/assets/api.css @@ -7,7 +7,7 @@ a:link { color: #003399; } a:visited { color: #003399;} #doc3 #hd { margin-bottom:1em; position: relative; zoom: 1; } -#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0px 0 8px 150px; background: url(yui.png) 15px 9px no-repeat; height: 60px; font-weight: bold; } +#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0; height: 60px; font-weight: bold; text-align: center;} #doc3 #hd h1 a { position: relative; top: 14px; } #doc3 #hd a { text-decoration: none; color: black; } #doc3 #hd h3 { @@ -81,7 +81,7 @@ a:visited { color: #003399;} #doc3 .nav .module UL.content A { text-decoration: none; color: black; display: block; padding: 2px 4px 2px 4px; } #doc3 .nav .module LI, #doc3 .nav .module LI A { - zoom: 1; + zoom: 1; } #doc3 .nav .module LI.selected A, #doc3 .nav .module LI A:hover { @@ -170,17 +170,17 @@ body.show_protected .protected { } #splash_classList ul { - margin: 1em; - margin-left:2em; + margin: 1em; + margin-left:2em; } #splash_classList ul li { - list-style: disc outside; + list-style: disc outside; } /* source code view */ -#srcout {min-width: 580px; } -*html #srcout { width: 100%; padding-bottom:1em; overflow-x:auto } +#srcout {min-width: 580px; } +*html #srcout { width: 100%; padding-bottom:1em; overflow-x:auto } .highlight .c { color: #60a0b0; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ diff --git a/build/yuidoc_template/assets/yui.png b/build/yuidoc_template/assets/yui.png deleted file mode 100644 index 65905e4..0000000 Binary files a/build/yuidoc_template/assets/yui.png and /dev/null differ -- cgit v1.2.3-2-g168b