Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Enlarged the font-size for Side-By-Side Diffs. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | skin-xekri |
Files: | files | file ages | folders |
SHA1: | 56f9d72933fe966bfbc19cfe848a6c02 |
User & Date: | zakero 2015-03-11 13:32:04 |
Context
2015-03-11
| ||
20:21 |
Updated the colors to be easier to read.
| |
13:32 | Enlarged the font-size for Side-By-Side Diffs. check-in: 56f9d729 user: zakero tags: skin-xekri | |
02:06 | In the "server.wiki" document, use standard HTTP ports for the examples. check-in: e8722b01 user: drh tags: trunk | |
Changes
Changes to skins/xekri/css.txt.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 |
/**************************************
* Diffs : Side-By-Side
*/
/* display (column-based) */
table.sbsdiffcols {
border-spacing: 0;
font-size: 0.75em;
width: 90%;
}
table.sbsdiffcols pre {
border: 0;
margin: 0;
padding: 0;
|
| |
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 |
/**************************************
* Diffs : Side-By-Side
*/
/* display (column-based) */
table.sbsdiffcols {
border-spacing: 0;
font-size: 0.85rem;
width: 90%;
}
table.sbsdiffcols pre {
border: 0;
margin: 0;
padding: 0;
|