Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Adjustments to the CSS for hyperlink buttons. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mobile-friendly |
Files: | files | file ages | folders |
SHA1: |
c40376b31c887c56fd98cb9bf3635d08 |
User & Date: | drh 2016-08-31 21:18:24.291 |
Context
2016-08-31
| ||
21:38 | Limit the width of syntax diagram images to the width of the screen. (check-in: 2cbeb114ca user: drh tags: mobile-friendly) | |
21:18 | Adjustments to the CSS for hyperlink buttons. (check-in: c40376b31c user: drh tags: mobile-friendly) | |
20:59 | Close the "Menu" button submenu before leaving the page, in case the user returns to the page using the "Back" button. (check-in: 582eb4ef8a user: drh tags: mobile-friendly) | |
Changes
Changes to rawpages/sqlite.css.
︙ | ︙ | |||
13 14 15 16 17 18 19 | color: #044a64; height: 2px; } /* Hyperlinks that look like buttons */ .button { background-color: #ddd; | | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | color: #044a64; height: 2px; } /* Hyperlinks that look like buttons */ .button { background-color: #ddd; border: 2px solid #aaa; text-decoration: none; border-radius: 8px; padding: 0 1ex 0 1ex; white-space: nowrap; line-height: 150%; } /* Sidebars on the right-hand side of the screen */ .rightsidebar { padding-right: 1ex; margin: 1ex; float: right; |
︙ | ︙ | |||
151 152 153 154 155 156 157 158 159 160 161 162 163 164 | .yyterm { background: #fff; border: 1px solid #000; border-radius: 11px; padding-left: 4px; padding-right: 4px; } .doccat a { color: #044a64 ; text-decoration: none; } .doccat h { | > | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | .yyterm { background: #fff; border: 1px solid #000; border-radius: 11px; padding-left: 4px; padding-right: 4px; line-height: 125%; } .doccat a { color: #044a64 ; text-decoration: none; } .doccat h { |
︙ | ︙ |