Tk Library Source Code
Check-in [9777e9ef50]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

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

Overview
Comment: * doc/stylesheet.css: Updated.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256:9777e9ef50834042fc629c9d33c5ae23c955e675f58afd28a2dd52d6861502a7
User & Date: csaba 2020-06-23 09:21:26
Context
2020-06-23
09:23
* doc/browse.png: Updated screenshots. * doc/browseTree.png: * doc/bwidget.png: * doc/config.png: * doc/dirViewer.png: * doc/embeddedWindows.png: * doc/embeddedWindows_tile.png: * doc/plain200.png: * doc/styles.png: * doc/tileWidgets.png: check-in: 0d4946b2e4 user: csaba tags: trunk
09:21
* doc/stylesheet.css: Updated. check-in: 9777e9ef50 user: csaba tags: trunk
09:20
* scripts/tclIndex: Newly generated. check-in: 3169ce4828 user: csaba tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/tablelist/doc/stylesheet.css.

1
2
3
4


5



6
7
8
9
10
11
12
/* generic class defining a top margin whose height equals the font size */
.tm {margin-top: 1em}

/* background, border, and padding for the <pre> tag */


pre {background: #F7F7F7; border: silver solid 1px; padding: 1px}




/* background for the <body> tag */
body {background: #FFFFFF}

/* color for the <span> tag */
span.red {color: #E00000}
span.cmt {color: #36648b}



|
>
>
|
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* generic class defining a top margin whose height equals the font size */
.tm {margin-top: 1em}

/* background, border, border-radius, and padding for the <pre> tag */
pre {
  background: #F7F7F7;
  border: silver solid 1px;
  border-radius: 4px;
  padding: 4px;
}

/* background for the <body> tag */
body {background: #FFFFFF}

/* color for the <span> tag */
span.red {color: #E00000}
span.cmt {color: #36648b}