Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix up the support.html page for mobile. Improved the look of "button" hyperlinks. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mobile-friendly |
Files: | files | file ages | folders |
SHA1: |
5e4e985bf09bb3712f15ffae8936899e |
User & Date: | drh 2016-09-01 18:38:05.346 |
Context
2016-09-01
| ||
19:12 | Click-to-view for the table of contents on fancy-format. (check-in: 6d9737f221 user: drh tags: mobile-friendly) | |
18:38 | Fix up the support.html page for mobile. Improved the look of "button" hyperlinks. (check-in: 5e4e985bf0 user: drh tags: mobile-friendly) | |
18:13 | Display improvements for the list-of-documents documents. (check-in: 0ff35a28c6 user: drh tags: mobile-friendly) | |
Changes
Changes to pages/support.in.
1 2 3 4 5 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Free Public Mailing Lists</h2> | | < | | < | | < | < < | < | | | < | | < | < | | | < | < | < | < | | < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Free Public Mailing Lists</h2> <ul> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> — General discussion for programmers using SQLite in their applications. <i>This is probably the mailing list you want!</i> <a class="button" href='http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users'>Sign-up</a> <a class="button" href="http://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/">Archives</a> </li> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev"> sqlite-dev</a> — Conversations about SQLite internals, for those who work directly on enhancing SQLite itself. <a class="button" href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev">Sign-up</a> </li> <li><p> <a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-announce"> <nobr>sqlite-announce</nobr></a> — Announcements of new SQLite releases.</td> <a class="button" href="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce">Sign-up</a> </li> </ul> <tcl>hd_fragment prosupport {professional support}</tcl> <h2>Paid Professional Support</h2> <p> If you would like professional support for SQLite or if you want custom modifications performed by the original author of SQLite, these services are available for a modest fee. For additional information visit [http://www.hwaci.com/sw/sqlite/prosupport.html] or contact:</p> <table border="0" cellpadding="15"> <tr><td valign="top"> D. Richard Hipp <br /> Hwaci - Applied Software Research <br /> 704.948.4565 <br /> <a href="mailto:drh@hwaci.com">drh@hwaci.com</a> </td><td valign="top"> <a class="button" href="http://www.hwaci.com/sw/sqlite/prosupport.html">More Info</a> </td> </table> <h2>Proprietary SQLite Extensions</h2> <p>The core SQLite library found on this website is in the <a href="copyright.html">public domain</a>. But there also exist proprietary, licensed extensions to SQLite.</p> |
︙ | ︙ |
Changes to rawpages/sqlite.css.
︙ | ︙ | |||
15 16 17 18 19 20 21 | } /* Hyperlinks that look like buttons */ .button { background-color: #ddd; border: 2px solid #aaa; text-decoration: none; | | > > > > > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | } /* Hyperlinks that look like buttons */ .button { background-color: #ddd; border: 2px solid #aaa; text-decoration: none; border-radius: 4px; padding: 0 1ex 0 1ex; white-space: nowrap; font-size: 90%; line-height: 150%; color: black; } .button:visited { color: black; } /* Sidebars on the right-hand side of the screen */ .rightsidebar { padding-right: 1ex; margin: 1ex; float: right; |
︙ | ︙ |