Fossil SCM

Add missing style to the default skin CSS. Also, correct some comments.

mistachkin 2015-01-22 15:32 trunk
Commit 03a75d7cb5241acbeb3d5be88c2d234cae0a7a5b
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -134,5 +134,12 @@
134134
pre.verbatim {
135135
background-color: #f5f5f5;
136136
padding: 0.5em;
137137
white-space: pre-wrap;
138138
}
139
+
140
+/* The label/value pairs on (for example) the ci page */
141
+table.label-value th {
142
+ vertical-align: top;
143
+ text-align: right;
144
+ padding: 0.2ex 2ex;
145
+}
139146
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -134,5 +134,12 @@
134 pre.verbatim {
135 background-color: #f5f5f5;
136 padding: 0.5em;
137 white-space: pre-wrap;
138 }
 
 
 
 
 
 
 
139
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -134,5 +134,12 @@
134 pre.verbatim {
135 background-color: #f5f5f5;
136 padding: 0.5em;
137 white-space: pre-wrap;
138 }
139
140 /* The label/value pairs on (for example) the ci page */
141 table.label-value th {
142 vertical-align: top;
143 text-align: right;
144 padding: 0.2ex 2ex;
145 }
146
--- skins/enhanced1/header.txt
+++ skins/enhanced1/header.txt
@@ -23,25 +23,25 @@
2323
## NOTE: Skip second slash.
2424
##
2525
set idx(first+1) [expr {$idx(first) + 2}]
2626
##
2727
## NOTE: (part 1) The [string first] command does NOT actually
28
- ## the optional startIndex argument as specified in the
29
- ## TH1 support manual; therefore, we fake it by using the
30
- ## [string range] command and then adding the necessary
31
- ## offset to the resulting index manually (below). In Tcl,
32
- ## we could use the following instead:
28
+ ## support the optional startIndex argument as specified
29
+ ## in the TH1 support manual; therefore, we fake it by
30
+ ## using the [string range] command and then adding the
31
+ ## necessary offset to the resulting index manually
32
+ ## (below). In Tcl, we could use the following instead:
3333
##
3434
## set idx(next) [string first / $baseurl $idx(first+1)]
3535
##
3636
set idx(nextRange) [string range $baseurl $idx(first+1) end]
3737
set idx(next) [string first / $idx(nextRange)]
3838
if {$idx(next) != -1} {
3939
##
40
- ## NOTE: (part 2) Add the necessary offset to the result of the
41
- ## search for the next slash (i.e. the one after the initial
42
- ## search for the two slashes).
40
+ ## NOTE: (part 2) Add the necessary offset to the result of
41
+ ## the search for the next slash (i.e. the one after
42
+ ## the initial search for the two slashes).
4343
##
4444
set idx(next) [expr {$idx(next) + $idx(first+1)}]
4545
##
4646
## NOTE: Back up one character from the next slash.
4747
##
4848
--- skins/enhanced1/header.txt
+++ skins/enhanced1/header.txt
@@ -23,25 +23,25 @@
23 ## NOTE: Skip second slash.
24 ##
25 set idx(first+1) [expr {$idx(first) + 2}]
26 ##
27 ## NOTE: (part 1) The [string first] command does NOT actually
28 ## the optional startIndex argument as specified in the
29 ## TH1 support manual; therefore, we fake it by using the
30 ## [string range] command and then adding the necessary
31 ## offset to the resulting index manually (below). In Tcl,
32 ## we could use the following instead:
33 ##
34 ## set idx(next) [string first / $baseurl $idx(first+1)]
35 ##
36 set idx(nextRange) [string range $baseurl $idx(first+1) end]
37 set idx(next) [string first / $idx(nextRange)]
38 if {$idx(next) != -1} {
39 ##
40 ## NOTE: (part 2) Add the necessary offset to the result of the
41 ## search for the next slash (i.e. the one after the initial
42 ## search for the two slashes).
43 ##
44 set idx(next) [expr {$idx(next) + $idx(first+1)}]
45 ##
46 ## NOTE: Back up one character from the next slash.
47 ##
48
--- skins/enhanced1/header.txt
+++ skins/enhanced1/header.txt
@@ -23,25 +23,25 @@
23 ## NOTE: Skip second slash.
24 ##
25 set idx(first+1) [expr {$idx(first) + 2}]
26 ##
27 ## NOTE: (part 1) The [string first] command does NOT actually
28 ## support the optional startIndex argument as specified
29 ## in the TH1 support manual; therefore, we fake it by
30 ## using the [string range] command and then adding the
31 ## necessary offset to the resulting index manually
32 ## (below). In Tcl, we could use the following instead:
33 ##
34 ## set idx(next) [string first / $baseurl $idx(first+1)]
35 ##
36 set idx(nextRange) [string range $baseurl $idx(first+1) end]
37 set idx(next) [string first / $idx(nextRange)]
38 if {$idx(next) != -1} {
39 ##
40 ## NOTE: (part 2) Add the necessary offset to the result of
41 ## the search for the next slash (i.e. the one after
42 ## the initial search for the two slashes).
43 ##
44 set idx(next) [expr {$idx(next) + $idx(first+1)}]
45 ##
46 ## NOTE: Back up one character from the next slash.
47 ##
48

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button