Fossil SCM

divder css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update yout local styles

wolfgang 2010-09-09 21:41 wolfgangFormat2CSS
Commit 6436092e87851989fa29dae69a30ef03c3e0883b
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -157,11 +157,11 @@
157157
if( zBr==0 ) zBr = "trunk";
158158
gidx = graph_add_row(pGraph, frid, fpid>0 ? 1 : 0, &fpid, zBr, zBgClr);
159159
if( memcmp(zDate, zPrevDate, 10) ){
160160
sprintf(zPrevDate, "%.10s", zDate);
161161
@ <tr><td>
162
- @ <div class="divider"><nobr>%s(zPrevDate)</nobr></div>
162
+ @ <div class="divider">%s(zPrevDate)</div>
163163
@ </td></tr>
164164
}
165165
memcpy(zTime, &zDate[11], 5);
166166
zTime[5] = 0;
167167
@ <tr><td valign="top" align="right">
168168
--- src/finfo.c
+++ src/finfo.c
@@ -157,11 +157,11 @@
157 if( zBr==0 ) zBr = "trunk";
158 gidx = graph_add_row(pGraph, frid, fpid>0 ? 1 : 0, &fpid, zBr, zBgClr);
159 if( memcmp(zDate, zPrevDate, 10) ){
160 sprintf(zPrevDate, "%.10s", zDate);
161 @ <tr><td>
162 @ <div class="divider"><nobr>%s(zPrevDate)</nobr></div>
163 @ </td></tr>
164 }
165 memcpy(zTime, &zDate[11], 5);
166 zTime[5] = 0;
167 @ <tr><td valign="top" align="right">
168
--- src/finfo.c
+++ src/finfo.c
@@ -157,11 +157,11 @@
157 if( zBr==0 ) zBr = "trunk";
158 gidx = graph_add_row(pGraph, frid, fpid>0 ? 1 : 0, &fpid, zBr, zBgClr);
159 if( memcmp(zDate, zPrevDate, 10) ){
160 sprintf(zPrevDate, "%.10s", zDate);
161 @ <tr><td>
162 @ <div class="divider">%s(zPrevDate)</div>
163 @ </td></tr>
164 }
165 memcpy(zTime, &zDate[11], 5);
166 zTime[5] = 0;
167 @ <tr><td valign="top" align="right">
168
--- src/style.c
+++ src/style.c
@@ -339,10 +339,11 @@
339339
@ padding: 1px 1px 1px 1px;
340340
@ font-size: 1.2em;
341341
@ font-weight: bold;
342342
@ background-color: #558195;
343343
@ color: white;
344
+@ white-space: nowrap;
344345
@ }
345346
@
346347
@ /* The "Date" that occurs on the left hand side of timelines */
347348
@ div.divider {
348349
@ background: #a1c4d4;
349350
--- src/style.c
+++ src/style.c
@@ -339,10 +339,11 @@
339 @ padding: 1px 1px 1px 1px;
340 @ font-size: 1.2em;
341 @ font-weight: bold;
342 @ background-color: #558195;
343 @ color: white;
 
344 @ }
345 @
346 @ /* The "Date" that occurs on the left hand side of timelines */
347 @ div.divider {
348 @ background: #a1c4d4;
349
--- src/style.c
+++ src/style.c
@@ -339,10 +339,11 @@
339 @ padding: 1px 1px 1px 1px;
340 @ font-size: 1.2em;
341 @ font-weight: bold;
342 @ background-color: #558195;
343 @ color: white;
344 @ white-space: nowrap;
345 @ }
346 @
347 @ /* The "Date" that occurs on the left hand side of timelines */
348 @ div.divider {
349 @ background: #a1c4d4;
350
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -233,11 +233,11 @@
233233
continue;
234234
}
235235
if( memcmp(zDate, zPrevDate, 10) ){
236236
sprintf(zPrevDate, "%.10s", zDate);
237237
@ <tr><td>
238
- @ <div class="divider"><nobr>%s(zPrevDate)</nobr></div>
238
+ @ <div class="divider">%s(zPrevDate)</div>
239239
@ </td></tr>
240240
}
241241
memcpy(zTime, &zDate[11], 5);
242242
zTime[5] = 0;
243243
@ <tr>
244244
--- src/timeline.c
+++ src/timeline.c
@@ -233,11 +233,11 @@
233 continue;
234 }
235 if( memcmp(zDate, zPrevDate, 10) ){
236 sprintf(zPrevDate, "%.10s", zDate);
237 @ <tr><td>
238 @ <div class="divider"><nobr>%s(zPrevDate)</nobr></div>
239 @ </td></tr>
240 }
241 memcpy(zTime, &zDate[11], 5);
242 zTime[5] = 0;
243 @ <tr>
244
--- src/timeline.c
+++ src/timeline.c
@@ -233,11 +233,11 @@
233 continue;
234 }
235 if( memcmp(zDate, zPrevDate, 10) ){
236 sprintf(zPrevDate, "%.10s", zDate);
237 @ <tr><td>
238 @ <div class="divider">%s(zPrevDate)</div>
239 @ </td></tr>
240 }
241 memcpy(zTime, &zDate[11], 5);
242 zTime[5] = 0;
243 @ <tr>
244

Keyboard Shortcuts

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