Documentation Source Text
Check-in [2912fc93f7]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:2912fc93f779c1182139a2b3d089707cdfe42bb7
Date: 2012-09-04 14:16:59
User: drh
Comment:Use CSS instead of GIFs to make the rounded corners on the menu bar.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to matrix.tcl

169 text-align:right; 169 text-align:right; 170 font-style:italic; 170 font-style:italic; 171 width:240px; 171 width:240px; 172 margin:12px; 172 margin:12px; 173 margin-top:58px; 173 margin-top:58px; 174 } 174 } 175 175 > 176 .menubar { > 177 clear: both; > 178 border-radius: 8px; > 179 background: #044a64; > 180 padding: 0px; > 181 margin: 0px; > 182 cell-spacing: 0px; > 183 } 176 .toolbar { 184 .toolbar { 177 text-align: center; 185 text-align: center; 178 line-height: 1.6em; 186 line-height: 1.6em; 179 margin: 0; 187 margin: 0; 180 padding: 0px 8px; 188 padding: 0px 8px; 181 } 189 } 182 .toolbar a { color: white; text-decoration: none; padding: 6px 12px; } 190 .toolbar a { color: white; text-decoration: none; padding: 6px 12px; } ................................................................................................................................................................................ 278 286 279 <a href="${path}index.html"> 287 <a href="${path}index.html"> 280 <img class="logo" src="${path}images/sqlite370_banner.gif" alt="SQLite Logo" 288 <img class="logo" src="${path}images/sqlite370_banner.gif" alt="SQLite Logo" 281 border="0"></a> 289 border="0"></a> 282 <div><!-- IE hack to prevent disappearing logo--></div> 290 <div><!-- IE hack to prevent disappearing logo--></div> 283 <div class="tagline">${tagline}</div> 291 <div class="tagline">${tagline}</div> 284 292 285 <table width=100% style="clear:both"><tr><td> | 293 <table width=100% class="menubar"><tr><td> 286 <div class="se"><div class="sw"><div class="ne"><div class="nw"> < 287 <div class="toolbar"> 294 <div class="toolbar"> 288 <a href="${path}about.html">About</a> 295 <a href="${path}about.html">About</a> 289 <a href="${path}sitemap.html">Sitemap</a> 296 <a href="${path}sitemap.html">Sitemap</a> 290 <a href="${path}docs.html">Documentation</a> 297 <a href="${path}docs.html">Documentation</a> 291 <a href="${path}download.html">Download</a> 298 <a href="${path}download.html">Download</a> 292 <a href="${path}copyright.html">License</a> 299 <a href="${path}copyright.html">License</a> 293 <a href="${path}news.html">News</a> 300 <a href="${path}news.html">News</a> 294 <a href="${path}support.html">Support</a> 301 <a href="${path}support.html">Support</a> 295 </div></div></div></div></div> | 302 </div> 296 </td></tr></table> 303 </td></tr></table> 297 } 304 } 298 } 305 } 299 # End of code copied out of wrap.tcl 306 # End of code copied out of wrap.tcl 300 ############################################################################## 307 ############################################################################## 301 308 302 # Generate the requirements traceability matrix. 309 # Generate the requirements traceability matrix.

Changes to wrap.tcl

396 float:right; 396 float:right; 397 text-align:right; 397 text-align:right; 398 font-style:italic; 398 font-style:italic; 399 width:300px; 399 width:300px; 400 margin:12px; 400 margin:12px; 401 margin-top:58px; 401 margin-top:58px; 402 } 402 } 403 | 403 > 404 .menubar { > 405 clear: both; > 406 border-radius: 8px; > 407 background: #044a64; > 408 padding: 0px; > 409 margin: 0px; > 410 cell-spacing: 0px; > 411 } 404 .toolbar { 412 .toolbar { 405 text-align: center; 413 text-align: center; 406 line-height: 1.6em; 414 line-height: 1.6em; 407 margin: 0; 415 margin: 0; 408 padding: 0px 8px; 416 padding: 0px 8px; 409 } 417 } 410 .toolbar a { color: white; text-decoration: none; padding: 6px 12px; } 418 .toolbar a { color: white; text-decoration: none; padding: 6px 12px; } ................................................................................................................................................................................ 454 462 455 <a href="${path}index.html"> 463 <a href="${path}index.html"> 456 <img class="logo" src="${path}images/sqlite370_banner.gif" alt="SQLite Logo" 464 <img class="logo" src="${path}images/sqlite370_banner.gif" alt="SQLite Logo" 457 border="0"></a> 465 border="0"></a> 458 <div><!-- IE hack to prevent disappearing logo--></div> 466 <div><!-- IE hack to prevent disappearing logo--></div> 459 <div class="tagline">${tagline}</div> 467 <div class="tagline">${tagline}</div> 460 468 461 <table width=100% style="clear:both"><tr><td> | 469 <table width=100% class="menubar"><tr> 462 <div class="se"><div class="sw"><div class="ne"><div class="nw"> < 463 <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr> < 464 <td width=100%> 470 <td width=100%> 465 <div class="toolbar"> 471 <div class="toolbar"> 466 <a href="${path}about.html">About</a> 472 <a href="${path}about.html">About</a> 467 <a href="${path}sitemap.html">Sitemap</a> 473 <a href="${path}sitemap.html">Sitemap</a> 468 <a href="${path}docs.html">Documentation</a> 474 <a href="${path}docs.html">Documentation</a> 469 <a href="${path}download.html">Download</a> 475 <a href="${path}download.html">Download</a> 470 <a href="${path}copyright.html">License</a> 476 <a href="${path}copyright.html">License</a> ................................................................................................................................................................................ 498 <input id=q name=q type=text 504 <input id=q name=q type=text 499 onfocus="entersearch()" onblur="leavesearch()" style="width:24ex;padd 505 onfocus="entersearch()" onblur="leavesearch()" style="width:24ex;padd 500 <input type=submit value="Go" style="border:solid white 1px;background 506 <input type=submit value="Go" style="border:solid white 1px;background 501 </form> 507 </form> 502 </div> 508 </div> 503 </table>} 509 </table>} 504 } 510 } 505 putsin4 $fd {</div></div></div></div> | 511 putsin4 $fd { 506 </td></tr></table> < 507 <div class=startsearch></div> 512 <div class=startsearch></div> 508 } 513 } 509 if {$srcfile!=""} { 514 if {$srcfile!=""} { 510 if {[file exists DRAFT]} { 515 if {[file exists DRAFT]} { 511 set hd(footer) { 516 set hd(footer) { 512 <p align="center"><font size="6" color="red">*** DRAFT ***</font></p> 517 <p align="center"><font size="6" color="red">*** DRAFT ***</font></p> 513 } 518 }