Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the rounded edges on the menu bar. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1915ef738c211b90e6b97b97f16e372e |
User & Date: | drh 2007-11-13 12:57:04.000 |
Context
2007-11-13
| ||
15:08 | Fix the lang.html document. (check-in: a7f37fc58d user: drh tags: trunk) | |
12:57 | Fix the rounded edges on the menu bar. (check-in: 1915ef738c user: drh tags: trunk) | |
12:50 | Fix the "clean" target of the makefile. Change the subfile naming in capi3ref.in to avoid name collisions between SQLITE_BLOB and sqlite3_blob. (check-in: 6d275a3ac3 user: drh tags: trunk) | |
Changes
Changes to wrap.tcl.
︙ | |||
91 92 93 94 95 96 97 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - - - - + + + + + + + + | .content dt { font-weight:bold; } .content dd { margin-bottom: 25px; margin-left:20%; } .content ul { padding:0px; padding-left: 15px; margin:0px; } /* rounded corners */ .se,.ne,.nw,.sw { position: absolute; width:8px; height:8px; font-size:7px; /* IE hack to ensure height=8px */ } |
︙ |