Fossil SCM
Avoid the <nobr> tag in generated HTML.
Commit
8ea929ca557c99d1d47f3848b74c2b0491763f8b
Parent
6fb750d77ceedd5…
2 files changed
+30
-14
+1
+30
-14
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -44,10 +44,11 @@ | ||
| 44 | 44 | @ font-size: 2em; |
| 45 | 45 | @ font-weight: bold; |
| 46 | 46 | @ background-color: #707070; |
| 47 | 47 | @ color: #ffffff; |
| 48 | 48 | @ min-width: 200px; |
| 49 | +@ white-space: nowrap; | |
| 49 | 50 | @ } |
| 50 | 51 | @ |
| 51 | 52 | @ /* The page title centered at the top of each page */ |
| 52 | 53 | @ div.title { |
| 53 | 54 | @ display: table-cell; |
| @@ -67,10 +68,11 @@ | ||
| 67 | 68 | @ vertical-align: bottom; |
| 68 | 69 | @ color: #404040; |
| 69 | 70 | @ font-size: 0.8em; |
| 70 | 71 | @ font-weight: bold; |
| 71 | 72 | @ min-width: 200px; |
| 73 | +@ white-space: nowrap; | |
| 72 | 74 | @ } |
| 73 | 75 | @ |
| 74 | 76 | @ /* The header across the top of the page */ |
| 75 | 77 | @ div.header { |
| 76 | 78 | @ display: table; |
| @@ -125,10 +127,11 @@ | ||
| 125 | 127 | @ padding: 1px 1px 1px 1px; |
| 126 | 128 | @ font-size: 1.2em; |
| 127 | 129 | @ font-weight: bold; |
| 128 | 130 | @ background-color: #404040; |
| 129 | 131 | @ color: white; |
| 132 | +@ white-space: nowrap; | |
| 130 | 133 | @ } |
| 131 | 134 | @ |
| 132 | 135 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 133 | 136 | @ div.divider { |
| 134 | 137 | @ background: #a0a0a0; |
| @@ -136,10 +139,11 @@ | ||
| 136 | 139 | @ font-size: 1em; font-weight: normal; |
| 137 | 140 | @ padding: .25em; |
| 138 | 141 | @ margin: .2em 0 .2em 0; |
| 139 | 142 | @ float: left; |
| 140 | 143 | @ clear: left; |
| 144 | +@ white-space: nowrap; | |
| 141 | 145 | @ } |
| 142 | 146 | @ |
| 143 | 147 | @ /* The footer at the very bottom of the page */ |
| 144 | 148 | @ div.footer { |
| 145 | 149 | @ font-size: 0.8em; |
| @@ -166,17 +170,17 @@ | ||
| 166 | 170 | @ media="screen"> |
| 167 | 171 | @ </head> |
| 168 | 172 | @ <body> |
| 169 | 173 | @ <div class="header"> |
| 170 | 174 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 171 | -@ <div class="status"><nobr><th1> | |
| 175 | +@ <div class="status"><th1> | |
| 172 | 176 | @ if {[info exists login]} { |
| 173 | 177 | @ puts "Logged in as $login" |
| 174 | 178 | @ } else { |
| 175 | 179 | @ puts "Not logged in" |
| 176 | 180 | @ } |
| 177 | -@ </th1></nobr></div> | |
| 181 | +@ </th1></div> | |
| 178 | 182 | @ </div> |
| 179 | 183 | @ <div class="mainmenu"> |
| 180 | 184 | @ <th1> |
| 181 | 185 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 182 | 186 | @ if {[anycap jor]} { |
| @@ -235,10 +239,11 @@ | ||
| 235 | 239 | @ text-align: center; |
| 236 | 240 | @ vertical-align: bottom; |
| 237 | 241 | @ font-weight: bold; |
| 238 | 242 | @ font-size: 2.5em; |
| 239 | 243 | @ color: #a09048; |
| 244 | +@ white-space: nowrap; | |
| 240 | 245 | @ } |
| 241 | 246 | @ |
| 242 | 247 | @ /* The page title centered at the top of each page */ |
| 243 | 248 | @ div.title { |
| 244 | 249 | @ display: table-cell; |
| @@ -258,10 +263,11 @@ | ||
| 258 | 263 | @ vertical-align: bottom; |
| 259 | 264 | @ color: #a09048; |
| 260 | 265 | @ padding: 5px 5px 0 0; |
| 261 | 266 | @ font-size: 0.8em; |
| 262 | 267 | @ font-weight: bold; |
| 268 | +@ white-space: nowrap; | |
| 263 | 269 | @ } |
| 264 | 270 | @ |
| 265 | 271 | @ /* The header across the top of the page */ |
| 266 | 272 | @ div.header { |
| 267 | 273 | @ display: table; |
| @@ -316,10 +322,11 @@ | ||
| 316 | 322 | @ padding: 3px 3px 0 3px; |
| 317 | 323 | @ font-size: 1.2em; |
| 318 | 324 | @ font-weight: bold; |
| 319 | 325 | @ background-color: #a09048; |
| 320 | 326 | @ color: white; |
| 327 | +@ white-space: nowrap; | |
| 321 | 328 | @ } |
| 322 | 329 | @ |
| 323 | 330 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 324 | 331 | @ div.divider { |
| 325 | 332 | @ background: #e1d498; |
| @@ -327,10 +334,11 @@ | ||
| 327 | 334 | @ font-size: 1em; font-weight: normal; |
| 328 | 335 | @ padding: .25em; |
| 329 | 336 | @ margin: .2em 0 .2em 0; |
| 330 | 337 | @ float: left; |
| 331 | 338 | @ clear: left; |
| 339 | +@ white-space: nowrap; | |
| 332 | 340 | @ } |
| 333 | 341 | @ |
| 334 | 342 | @ /* The footer at the very bottom of the page */ |
| 335 | 343 | @ div.footer { |
| 336 | 344 | @ font-size: 0.8em; |
| @@ -370,18 +378,18 @@ | ||
| 370 | 378 | @ </head> |
| 371 | 379 | @ <body> |
| 372 | 380 | @ <div class="header"> |
| 373 | 381 | @ <div class="title">$<title></div> |
| 374 | 382 | @ <div class="status"> |
| 375 | -@ <div class="logo"><nobr>$<project_name></nobr></div><br/> | |
| 376 | -@ <nobr><th1> | |
| 383 | +@ <div class="logo">$<project_name></div><br/> | |
| 384 | +@ <th1> | |
| 377 | 385 | @ if {[info exists login]} { |
| 378 | 386 | @ puts "Logged in as $login" |
| 379 | 387 | @ } else { |
| 380 | 388 | @ puts "Not logged in" |
| 381 | 389 | @ } |
| 382 | -@ </th1></nobr></div> | |
| 390 | +@ </th1></div> | |
| 383 | 391 | @ </div> |
| 384 | 392 | @ <div class="mainmenu"> |
| 385 | 393 | @ <th1> |
| 386 | 394 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 387 | 395 | @ if {[anycap jor]} { |
| @@ -448,10 +456,11 @@ | ||
| 448 | 456 | @ display: table-cell; |
| 449 | 457 | @ text-align: left; |
| 450 | 458 | @ vertical-align: bottom; |
| 451 | 459 | @ font-weight: bold; |
| 452 | 460 | @ color: #333; |
| 461 | +@ white-space: nowrap; | |
| 453 | 462 | @ } |
| 454 | 463 | @ |
| 455 | 464 | @ /* The page title centered at the top of each page */ |
| 456 | 465 | @ div.title { |
| 457 | 466 | @ display: table-cell; |
| @@ -471,10 +480,11 @@ | ||
| 471 | 480 | @ vertical-align: bottom; |
| 472 | 481 | @ padding-bottom: 5px; |
| 473 | 482 | @ color: #333; |
| 474 | 483 | @ font-size: 0.8em; |
| 475 | 484 | @ font-weight: bold; |
| 485 | +@ white-space: nowrap; | |
| 476 | 486 | @ } |
| 477 | 487 | @ |
| 478 | 488 | @ /* The header across the top of the page */ |
| 479 | 489 | @ div.header { |
| 480 | 490 | @ margin:10px 0px 10px 0px; |
| @@ -557,10 +567,11 @@ | ||
| 557 | 567 | @ border-style:solid; |
| 558 | 568 | @ border-color:#999; |
| 559 | 569 | @ border-width:1px 0px; |
| 560 | 570 | @ background-color: #eee; |
| 561 | 571 | @ color: #333; |
| 572 | +@ white-space: nowrap; | |
| 562 | 573 | @ } |
| 563 | 574 | @ |
| 564 | 575 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 565 | 576 | @ div.divider { |
| 566 | 577 | @ background: #eee; |
| @@ -568,11 +579,12 @@ | ||
| 568 | 579 | @ font-size: 1em; font-weight: normal; |
| 569 | 580 | @ padding: .25em; |
| 570 | 581 | @ margin: .2em 0 .2em 0; |
| 571 | 582 | @ float: left; |
| 572 | 583 | @ clear: left; |
| 573 | -@ color: #333 | |
| 584 | +@ color: #333; | |
| 585 | +@ white-space: nowrap; | |
| 574 | 586 | @ } |
| 575 | 587 | @ |
| 576 | 588 | @ /* The footer at the very bottom of the page */ |
| 577 | 589 | @ div.footer { |
| 578 | 590 | @ font-size: 0.8em; |
| @@ -606,20 +618,20 @@ | ||
| 606 | 618 | @ </head> |
| 607 | 619 | @ <body> |
| 608 | 620 | @ <div class="header"> |
| 609 | 621 | @ <div class="logo"> |
| 610 | 622 | @ <img src="$home/logo" alt="logo"> |
| 611 | -@ <br /><nobr>$<project_name></nobr> | |
| 623 | +@ <br />$<project_name> | |
| 612 | 624 | @ </div> |
| 613 | 625 | @ <div class="title">$<title></div> |
| 614 | -@ <div class="status"><nobr><th1> | |
| 626 | +@ <div class="status"><th1> | |
| 615 | 627 | @ if {[info exists login]} { |
| 616 | 628 | @ puts "Logged in as $login" |
| 617 | 629 | @ } else { |
| 618 | 630 | @ puts "Not logged in" |
| 619 | 631 | @ } |
| 620 | -@ </th1></nobr></div> | |
| 632 | +@ </th1></div> | |
| 621 | 633 | @ </div> |
| 622 | 634 | @ <div class="mainmenu"> |
| 623 | 635 | @ <th1> |
| 624 | 636 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 625 | 637 | @ if {[anycap jor]} { |
| @@ -682,10 +694,11 @@ | ||
| 682 | 694 | @ div.logo { |
| 683 | 695 | @ display: table-cell; |
| 684 | 696 | @ text-align: right; |
| 685 | 697 | @ vertical-align: bottom; |
| 686 | 698 | @ font-weight: normal; |
| 699 | +@ white-space: nowrap; | |
| 687 | 700 | @ } |
| 688 | 701 | @ |
| 689 | 702 | @ /* Widths */ |
| 690 | 703 | @ div.header, div.mainmenu, div.submenu, div.content, div.footer { |
| 691 | 704 | @ max-width: 900px; |
| @@ -714,10 +727,11 @@ | ||
| 714 | 727 | @ display: table-cell; |
| 715 | 728 | @ text-align: right; |
| 716 | 729 | @ vertical-align: bottom; |
| 717 | 730 | @ color: #333; |
| 718 | 731 | @ margin-right: -20px; |
| 732 | +@ white-space: nowrap; | |
| 719 | 733 | @ } |
| 720 | 734 | @ |
| 721 | 735 | @ /* The main menu bar that appears at the top of the page beneath |
| 722 | 736 | @ ** the header */ |
| 723 | 737 | @ div.mainmenu { |
| @@ -793,10 +807,11 @@ | ||
| 793 | 807 | @ text-align: center; |
| 794 | 808 | @ color: white; |
| 795 | 809 | @ border-radius: 5px; |
| 796 | 810 | @ background-color: #446979; |
| 797 | 811 | @ box-shadow: 0px 3px 4px #333333; |
| 812 | +@ white-space: nowrap; | |
| 798 | 813 | @ } |
| 799 | 814 | @ |
| 800 | 815 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 801 | 816 | @ div.divider { |
| 802 | 817 | @ font-size: 1.2em; |
| @@ -869,20 +884,20 @@ | ||
| 869 | 884 | @ </head> |
| 870 | 885 | @ <body> |
| 871 | 886 | @ <div class="header"> |
| 872 | 887 | @ <div class="logo"> |
| 873 | 888 | @ <img src="$home/logo" alt="logo"> |
| 874 | -@ <br /><nobr>$<project_name></nobr> | |
| 889 | +@ <br />$<project_name> | |
| 875 | 890 | @ </div> |
| 876 | 891 | @ <div class="title">$<title></div> |
| 877 | -@ <div class="status"><nobr><th1> | |
| 892 | +@ <div class="status"><th1> | |
| 878 | 893 | @ if {[info exists login]} { |
| 879 | 894 | @ puts "Logged in as $login" |
| 880 | 895 | @ } else { |
| 881 | 896 | @ puts "Not logged in" |
| 882 | 897 | @ } |
| 883 | -@ </th1></nobr></div> | |
| 898 | +@ </th1></div> | |
| 884 | 899 | @ </div> |
| 885 | 900 | @ <div class="mainmenu"> |
| 886 | 901 | @ <th1> |
| 887 | 902 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 888 | 903 | @ if {[anycap jor]} { |
| @@ -955,10 +970,11 @@ | ||
| 955 | 970 | @ text-align: center; |
| 956 | 971 | @ vertical-align: bottom; |
| 957 | 972 | @ font-weight: bold; |
| 958 | 973 | @ color: #558195; |
| 959 | 974 | @ min-width: 200px; |
| 975 | +@ white-space: nowrap; | |
| 960 | 976 | @ } |
| 961 | 977 | @ |
| 962 | 978 | @ /* The page title centered at the top of each page */ |
| 963 | 979 | @ div.title { |
| 964 | 980 | @ display: table-cell; |
| @@ -1159,17 +1175,17 @@ | ||
| 1159 | 1175 | @ <a href="$logourl"> |
| 1160 | 1176 | @ <img src="$baseurl/logo" border="0" alt="$project_name"> |
| 1161 | 1177 | @ </a> |
| 1162 | 1178 | @ </div> |
| 1163 | 1179 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 1164 | -@ <div class="status"><nobr><th1> | |
| 1180 | +@ <div class="status"><th1> | |
| 1165 | 1181 | @ if {[info exists login]} { |
| 1166 | 1182 | @ puts "Logged in as $login" |
| 1167 | 1183 | @ } else { |
| 1168 | 1184 | @ puts "Not logged in" |
| 1169 | 1185 | @ } |
| 1170 | -@ </th1></nobr></div> | |
| 1186 | +@ </th1></div> | |
| 1171 | 1187 | @ </div> |
| 1172 | 1188 | @ <div class="mainmenu"> |
| 1173 | 1189 | @ <th1> |
| 1174 | 1190 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 1175 | 1191 | @ if {[anycap jor]} { |
| 1176 | 1192 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -44,10 +44,11 @@ | |
| 44 | @ font-size: 2em; |
| 45 | @ font-weight: bold; |
| 46 | @ background-color: #707070; |
| 47 | @ color: #ffffff; |
| 48 | @ min-width: 200px; |
| 49 | @ } |
| 50 | @ |
| 51 | @ /* The page title centered at the top of each page */ |
| 52 | @ div.title { |
| 53 | @ display: table-cell; |
| @@ -67,10 +68,11 @@ | |
| 67 | @ vertical-align: bottom; |
| 68 | @ color: #404040; |
| 69 | @ font-size: 0.8em; |
| 70 | @ font-weight: bold; |
| 71 | @ min-width: 200px; |
| 72 | @ } |
| 73 | @ |
| 74 | @ /* The header across the top of the page */ |
| 75 | @ div.header { |
| 76 | @ display: table; |
| @@ -125,10 +127,11 @@ | |
| 125 | @ padding: 1px 1px 1px 1px; |
| 126 | @ font-size: 1.2em; |
| 127 | @ font-weight: bold; |
| 128 | @ background-color: #404040; |
| 129 | @ color: white; |
| 130 | @ } |
| 131 | @ |
| 132 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 133 | @ div.divider { |
| 134 | @ background: #a0a0a0; |
| @@ -136,10 +139,11 @@ | |
| 136 | @ font-size: 1em; font-weight: normal; |
| 137 | @ padding: .25em; |
| 138 | @ margin: .2em 0 .2em 0; |
| 139 | @ float: left; |
| 140 | @ clear: left; |
| 141 | @ } |
| 142 | @ |
| 143 | @ /* The footer at the very bottom of the page */ |
| 144 | @ div.footer { |
| 145 | @ font-size: 0.8em; |
| @@ -166,17 +170,17 @@ | |
| 166 | @ media="screen"> |
| 167 | @ </head> |
| 168 | @ <body> |
| 169 | @ <div class="header"> |
| 170 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 171 | @ <div class="status"><nobr><th1> |
| 172 | @ if {[info exists login]} { |
| 173 | @ puts "Logged in as $login" |
| 174 | @ } else { |
| 175 | @ puts "Not logged in" |
| 176 | @ } |
| 177 | @ </th1></nobr></div> |
| 178 | @ </div> |
| 179 | @ <div class="mainmenu"> |
| 180 | @ <th1> |
| 181 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 182 | @ if {[anycap jor]} { |
| @@ -235,10 +239,11 @@ | |
| 235 | @ text-align: center; |
| 236 | @ vertical-align: bottom; |
| 237 | @ font-weight: bold; |
| 238 | @ font-size: 2.5em; |
| 239 | @ color: #a09048; |
| 240 | @ } |
| 241 | @ |
| 242 | @ /* The page title centered at the top of each page */ |
| 243 | @ div.title { |
| 244 | @ display: table-cell; |
| @@ -258,10 +263,11 @@ | |
| 258 | @ vertical-align: bottom; |
| 259 | @ color: #a09048; |
| 260 | @ padding: 5px 5px 0 0; |
| 261 | @ font-size: 0.8em; |
| 262 | @ font-weight: bold; |
| 263 | @ } |
| 264 | @ |
| 265 | @ /* The header across the top of the page */ |
| 266 | @ div.header { |
| 267 | @ display: table; |
| @@ -316,10 +322,11 @@ | |
| 316 | @ padding: 3px 3px 0 3px; |
| 317 | @ font-size: 1.2em; |
| 318 | @ font-weight: bold; |
| 319 | @ background-color: #a09048; |
| 320 | @ color: white; |
| 321 | @ } |
| 322 | @ |
| 323 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 324 | @ div.divider { |
| 325 | @ background: #e1d498; |
| @@ -327,10 +334,11 @@ | |
| 327 | @ font-size: 1em; font-weight: normal; |
| 328 | @ padding: .25em; |
| 329 | @ margin: .2em 0 .2em 0; |
| 330 | @ float: left; |
| 331 | @ clear: left; |
| 332 | @ } |
| 333 | @ |
| 334 | @ /* The footer at the very bottom of the page */ |
| 335 | @ div.footer { |
| 336 | @ font-size: 0.8em; |
| @@ -370,18 +378,18 @@ | |
| 370 | @ </head> |
| 371 | @ <body> |
| 372 | @ <div class="header"> |
| 373 | @ <div class="title">$<title></div> |
| 374 | @ <div class="status"> |
| 375 | @ <div class="logo"><nobr>$<project_name></nobr></div><br/> |
| 376 | @ <nobr><th1> |
| 377 | @ if {[info exists login]} { |
| 378 | @ puts "Logged in as $login" |
| 379 | @ } else { |
| 380 | @ puts "Not logged in" |
| 381 | @ } |
| 382 | @ </th1></nobr></div> |
| 383 | @ </div> |
| 384 | @ <div class="mainmenu"> |
| 385 | @ <th1> |
| 386 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 387 | @ if {[anycap jor]} { |
| @@ -448,10 +456,11 @@ | |
| 448 | @ display: table-cell; |
| 449 | @ text-align: left; |
| 450 | @ vertical-align: bottom; |
| 451 | @ font-weight: bold; |
| 452 | @ color: #333; |
| 453 | @ } |
| 454 | @ |
| 455 | @ /* The page title centered at the top of each page */ |
| 456 | @ div.title { |
| 457 | @ display: table-cell; |
| @@ -471,10 +480,11 @@ | |
| 471 | @ vertical-align: bottom; |
| 472 | @ padding-bottom: 5px; |
| 473 | @ color: #333; |
| 474 | @ font-size: 0.8em; |
| 475 | @ font-weight: bold; |
| 476 | @ } |
| 477 | @ |
| 478 | @ /* The header across the top of the page */ |
| 479 | @ div.header { |
| 480 | @ margin:10px 0px 10px 0px; |
| @@ -557,10 +567,11 @@ | |
| 557 | @ border-style:solid; |
| 558 | @ border-color:#999; |
| 559 | @ border-width:1px 0px; |
| 560 | @ background-color: #eee; |
| 561 | @ color: #333; |
| 562 | @ } |
| 563 | @ |
| 564 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 565 | @ div.divider { |
| 566 | @ background: #eee; |
| @@ -568,11 +579,12 @@ | |
| 568 | @ font-size: 1em; font-weight: normal; |
| 569 | @ padding: .25em; |
| 570 | @ margin: .2em 0 .2em 0; |
| 571 | @ float: left; |
| 572 | @ clear: left; |
| 573 | @ color: #333 |
| 574 | @ } |
| 575 | @ |
| 576 | @ /* The footer at the very bottom of the page */ |
| 577 | @ div.footer { |
| 578 | @ font-size: 0.8em; |
| @@ -606,20 +618,20 @@ | |
| 606 | @ </head> |
| 607 | @ <body> |
| 608 | @ <div class="header"> |
| 609 | @ <div class="logo"> |
| 610 | @ <img src="$home/logo" alt="logo"> |
| 611 | @ <br /><nobr>$<project_name></nobr> |
| 612 | @ </div> |
| 613 | @ <div class="title">$<title></div> |
| 614 | @ <div class="status"><nobr><th1> |
| 615 | @ if {[info exists login]} { |
| 616 | @ puts "Logged in as $login" |
| 617 | @ } else { |
| 618 | @ puts "Not logged in" |
| 619 | @ } |
| 620 | @ </th1></nobr></div> |
| 621 | @ </div> |
| 622 | @ <div class="mainmenu"> |
| 623 | @ <th1> |
| 624 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 625 | @ if {[anycap jor]} { |
| @@ -682,10 +694,11 @@ | |
| 682 | @ div.logo { |
| 683 | @ display: table-cell; |
| 684 | @ text-align: right; |
| 685 | @ vertical-align: bottom; |
| 686 | @ font-weight: normal; |
| 687 | @ } |
| 688 | @ |
| 689 | @ /* Widths */ |
| 690 | @ div.header, div.mainmenu, div.submenu, div.content, div.footer { |
| 691 | @ max-width: 900px; |
| @@ -714,10 +727,11 @@ | |
| 714 | @ display: table-cell; |
| 715 | @ text-align: right; |
| 716 | @ vertical-align: bottom; |
| 717 | @ color: #333; |
| 718 | @ margin-right: -20px; |
| 719 | @ } |
| 720 | @ |
| 721 | @ /* The main menu bar that appears at the top of the page beneath |
| 722 | @ ** the header */ |
| 723 | @ div.mainmenu { |
| @@ -793,10 +807,11 @@ | |
| 793 | @ text-align: center; |
| 794 | @ color: white; |
| 795 | @ border-radius: 5px; |
| 796 | @ background-color: #446979; |
| 797 | @ box-shadow: 0px 3px 4px #333333; |
| 798 | @ } |
| 799 | @ |
| 800 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 801 | @ div.divider { |
| 802 | @ font-size: 1.2em; |
| @@ -869,20 +884,20 @@ | |
| 869 | @ </head> |
| 870 | @ <body> |
| 871 | @ <div class="header"> |
| 872 | @ <div class="logo"> |
| 873 | @ <img src="$home/logo" alt="logo"> |
| 874 | @ <br /><nobr>$<project_name></nobr> |
| 875 | @ </div> |
| 876 | @ <div class="title">$<title></div> |
| 877 | @ <div class="status"><nobr><th1> |
| 878 | @ if {[info exists login]} { |
| 879 | @ puts "Logged in as $login" |
| 880 | @ } else { |
| 881 | @ puts "Not logged in" |
| 882 | @ } |
| 883 | @ </th1></nobr></div> |
| 884 | @ </div> |
| 885 | @ <div class="mainmenu"> |
| 886 | @ <th1> |
| 887 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 888 | @ if {[anycap jor]} { |
| @@ -955,10 +970,11 @@ | |
| 955 | @ text-align: center; |
| 956 | @ vertical-align: bottom; |
| 957 | @ font-weight: bold; |
| 958 | @ color: #558195; |
| 959 | @ min-width: 200px; |
| 960 | @ } |
| 961 | @ |
| 962 | @ /* The page title centered at the top of each page */ |
| 963 | @ div.title { |
| 964 | @ display: table-cell; |
| @@ -1159,17 +1175,17 @@ | |
| 1159 | @ <a href="$logourl"> |
| 1160 | @ <img src="$baseurl/logo" border="0" alt="$project_name"> |
| 1161 | @ </a> |
| 1162 | @ </div> |
| 1163 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 1164 | @ <div class="status"><nobr><th1> |
| 1165 | @ if {[info exists login]} { |
| 1166 | @ puts "Logged in as $login" |
| 1167 | @ } else { |
| 1168 | @ puts "Not logged in" |
| 1169 | @ } |
| 1170 | @ </th1></nobr></div> |
| 1171 | @ </div> |
| 1172 | @ <div class="mainmenu"> |
| 1173 | @ <th1> |
| 1174 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 1175 | @ if {[anycap jor]} { |
| 1176 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -44,10 +44,11 @@ | |
| 44 | @ font-size: 2em; |
| 45 | @ font-weight: bold; |
| 46 | @ background-color: #707070; |
| 47 | @ color: #ffffff; |
| 48 | @ min-width: 200px; |
| 49 | @ white-space: nowrap; |
| 50 | @ } |
| 51 | @ |
| 52 | @ /* The page title centered at the top of each page */ |
| 53 | @ div.title { |
| 54 | @ display: table-cell; |
| @@ -67,10 +68,11 @@ | |
| 68 | @ vertical-align: bottom; |
| 69 | @ color: #404040; |
| 70 | @ font-size: 0.8em; |
| 71 | @ font-weight: bold; |
| 72 | @ min-width: 200px; |
| 73 | @ white-space: nowrap; |
| 74 | @ } |
| 75 | @ |
| 76 | @ /* The header across the top of the page */ |
| 77 | @ div.header { |
| 78 | @ display: table; |
| @@ -125,10 +127,11 @@ | |
| 127 | @ padding: 1px 1px 1px 1px; |
| 128 | @ font-size: 1.2em; |
| 129 | @ font-weight: bold; |
| 130 | @ background-color: #404040; |
| 131 | @ color: white; |
| 132 | @ white-space: nowrap; |
| 133 | @ } |
| 134 | @ |
| 135 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 136 | @ div.divider { |
| 137 | @ background: #a0a0a0; |
| @@ -136,10 +139,11 @@ | |
| 139 | @ font-size: 1em; font-weight: normal; |
| 140 | @ padding: .25em; |
| 141 | @ margin: .2em 0 .2em 0; |
| 142 | @ float: left; |
| 143 | @ clear: left; |
| 144 | @ white-space: nowrap; |
| 145 | @ } |
| 146 | @ |
| 147 | @ /* The footer at the very bottom of the page */ |
| 148 | @ div.footer { |
| 149 | @ font-size: 0.8em; |
| @@ -166,17 +170,17 @@ | |
| 170 | @ media="screen"> |
| 171 | @ </head> |
| 172 | @ <body> |
| 173 | @ <div class="header"> |
| 174 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 175 | @ <div class="status"><th1> |
| 176 | @ if {[info exists login]} { |
| 177 | @ puts "Logged in as $login" |
| 178 | @ } else { |
| 179 | @ puts "Not logged in" |
| 180 | @ } |
| 181 | @ </th1></div> |
| 182 | @ </div> |
| 183 | @ <div class="mainmenu"> |
| 184 | @ <th1> |
| 185 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 186 | @ if {[anycap jor]} { |
| @@ -235,10 +239,11 @@ | |
| 239 | @ text-align: center; |
| 240 | @ vertical-align: bottom; |
| 241 | @ font-weight: bold; |
| 242 | @ font-size: 2.5em; |
| 243 | @ color: #a09048; |
| 244 | @ white-space: nowrap; |
| 245 | @ } |
| 246 | @ |
| 247 | @ /* The page title centered at the top of each page */ |
| 248 | @ div.title { |
| 249 | @ display: table-cell; |
| @@ -258,10 +263,11 @@ | |
| 263 | @ vertical-align: bottom; |
| 264 | @ color: #a09048; |
| 265 | @ padding: 5px 5px 0 0; |
| 266 | @ font-size: 0.8em; |
| 267 | @ font-weight: bold; |
| 268 | @ white-space: nowrap; |
| 269 | @ } |
| 270 | @ |
| 271 | @ /* The header across the top of the page */ |
| 272 | @ div.header { |
| 273 | @ display: table; |
| @@ -316,10 +322,11 @@ | |
| 322 | @ padding: 3px 3px 0 3px; |
| 323 | @ font-size: 1.2em; |
| 324 | @ font-weight: bold; |
| 325 | @ background-color: #a09048; |
| 326 | @ color: white; |
| 327 | @ white-space: nowrap; |
| 328 | @ } |
| 329 | @ |
| 330 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 331 | @ div.divider { |
| 332 | @ background: #e1d498; |
| @@ -327,10 +334,11 @@ | |
| 334 | @ font-size: 1em; font-weight: normal; |
| 335 | @ padding: .25em; |
| 336 | @ margin: .2em 0 .2em 0; |
| 337 | @ float: left; |
| 338 | @ clear: left; |
| 339 | @ white-space: nowrap; |
| 340 | @ } |
| 341 | @ |
| 342 | @ /* The footer at the very bottom of the page */ |
| 343 | @ div.footer { |
| 344 | @ font-size: 0.8em; |
| @@ -370,18 +378,18 @@ | |
| 378 | @ </head> |
| 379 | @ <body> |
| 380 | @ <div class="header"> |
| 381 | @ <div class="title">$<title></div> |
| 382 | @ <div class="status"> |
| 383 | @ <div class="logo">$<project_name></div><br/> |
| 384 | @ <th1> |
| 385 | @ if {[info exists login]} { |
| 386 | @ puts "Logged in as $login" |
| 387 | @ } else { |
| 388 | @ puts "Not logged in" |
| 389 | @ } |
| 390 | @ </th1></div> |
| 391 | @ </div> |
| 392 | @ <div class="mainmenu"> |
| 393 | @ <th1> |
| 394 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 395 | @ if {[anycap jor]} { |
| @@ -448,10 +456,11 @@ | |
| 456 | @ display: table-cell; |
| 457 | @ text-align: left; |
| 458 | @ vertical-align: bottom; |
| 459 | @ font-weight: bold; |
| 460 | @ color: #333; |
| 461 | @ white-space: nowrap; |
| 462 | @ } |
| 463 | @ |
| 464 | @ /* The page title centered at the top of each page */ |
| 465 | @ div.title { |
| 466 | @ display: table-cell; |
| @@ -471,10 +480,11 @@ | |
| 480 | @ vertical-align: bottom; |
| 481 | @ padding-bottom: 5px; |
| 482 | @ color: #333; |
| 483 | @ font-size: 0.8em; |
| 484 | @ font-weight: bold; |
| 485 | @ white-space: nowrap; |
| 486 | @ } |
| 487 | @ |
| 488 | @ /* The header across the top of the page */ |
| 489 | @ div.header { |
| 490 | @ margin:10px 0px 10px 0px; |
| @@ -557,10 +567,11 @@ | |
| 567 | @ border-style:solid; |
| 568 | @ border-color:#999; |
| 569 | @ border-width:1px 0px; |
| 570 | @ background-color: #eee; |
| 571 | @ color: #333; |
| 572 | @ white-space: nowrap; |
| 573 | @ } |
| 574 | @ |
| 575 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 576 | @ div.divider { |
| 577 | @ background: #eee; |
| @@ -568,11 +579,12 @@ | |
| 579 | @ font-size: 1em; font-weight: normal; |
| 580 | @ padding: .25em; |
| 581 | @ margin: .2em 0 .2em 0; |
| 582 | @ float: left; |
| 583 | @ clear: left; |
| 584 | @ color: #333; |
| 585 | @ white-space: nowrap; |
| 586 | @ } |
| 587 | @ |
| 588 | @ /* The footer at the very bottom of the page */ |
| 589 | @ div.footer { |
| 590 | @ font-size: 0.8em; |
| @@ -606,20 +618,20 @@ | |
| 618 | @ </head> |
| 619 | @ <body> |
| 620 | @ <div class="header"> |
| 621 | @ <div class="logo"> |
| 622 | @ <img src="$home/logo" alt="logo"> |
| 623 | @ <br />$<project_name> |
| 624 | @ </div> |
| 625 | @ <div class="title">$<title></div> |
| 626 | @ <div class="status"><th1> |
| 627 | @ if {[info exists login]} { |
| 628 | @ puts "Logged in as $login" |
| 629 | @ } else { |
| 630 | @ puts "Not logged in" |
| 631 | @ } |
| 632 | @ </th1></div> |
| 633 | @ </div> |
| 634 | @ <div class="mainmenu"> |
| 635 | @ <th1> |
| 636 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 637 | @ if {[anycap jor]} { |
| @@ -682,10 +694,11 @@ | |
| 694 | @ div.logo { |
| 695 | @ display: table-cell; |
| 696 | @ text-align: right; |
| 697 | @ vertical-align: bottom; |
| 698 | @ font-weight: normal; |
| 699 | @ white-space: nowrap; |
| 700 | @ } |
| 701 | @ |
| 702 | @ /* Widths */ |
| 703 | @ div.header, div.mainmenu, div.submenu, div.content, div.footer { |
| 704 | @ max-width: 900px; |
| @@ -714,10 +727,11 @@ | |
| 727 | @ display: table-cell; |
| 728 | @ text-align: right; |
| 729 | @ vertical-align: bottom; |
| 730 | @ color: #333; |
| 731 | @ margin-right: -20px; |
| 732 | @ white-space: nowrap; |
| 733 | @ } |
| 734 | @ |
| 735 | @ /* The main menu bar that appears at the top of the page beneath |
| 736 | @ ** the header */ |
| 737 | @ div.mainmenu { |
| @@ -793,10 +807,11 @@ | |
| 807 | @ text-align: center; |
| 808 | @ color: white; |
| 809 | @ border-radius: 5px; |
| 810 | @ background-color: #446979; |
| 811 | @ box-shadow: 0px 3px 4px #333333; |
| 812 | @ white-space: nowrap; |
| 813 | @ } |
| 814 | @ |
| 815 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 816 | @ div.divider { |
| 817 | @ font-size: 1.2em; |
| @@ -869,20 +884,20 @@ | |
| 884 | @ </head> |
| 885 | @ <body> |
| 886 | @ <div class="header"> |
| 887 | @ <div class="logo"> |
| 888 | @ <img src="$home/logo" alt="logo"> |
| 889 | @ <br />$<project_name> |
| 890 | @ </div> |
| 891 | @ <div class="title">$<title></div> |
| 892 | @ <div class="status"><th1> |
| 893 | @ if {[info exists login]} { |
| 894 | @ puts "Logged in as $login" |
| 895 | @ } else { |
| 896 | @ puts "Not logged in" |
| 897 | @ } |
| 898 | @ </th1></div> |
| 899 | @ </div> |
| 900 | @ <div class="mainmenu"> |
| 901 | @ <th1> |
| 902 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 903 | @ if {[anycap jor]} { |
| @@ -955,10 +970,11 @@ | |
| 970 | @ text-align: center; |
| 971 | @ vertical-align: bottom; |
| 972 | @ font-weight: bold; |
| 973 | @ color: #558195; |
| 974 | @ min-width: 200px; |
| 975 | @ white-space: nowrap; |
| 976 | @ } |
| 977 | @ |
| 978 | @ /* The page title centered at the top of each page */ |
| 979 | @ div.title { |
| 980 | @ display: table-cell; |
| @@ -1159,17 +1175,17 @@ | |
| 1175 | @ <a href="$logourl"> |
| 1176 | @ <img src="$baseurl/logo" border="0" alt="$project_name"> |
| 1177 | @ </a> |
| 1178 | @ </div> |
| 1179 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 1180 | @ <div class="status"><th1> |
| 1181 | @ if {[info exists login]} { |
| 1182 | @ puts "Logged in as $login" |
| 1183 | @ } else { |
| 1184 | @ puts "Not logged in" |
| 1185 | @ } |
| 1186 | @ </th1></div> |
| 1187 | @ </div> |
| 1188 | @ <div class="mainmenu"> |
| 1189 | @ <th1> |
| 1190 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 1191 | @ if {[anycap jor]} { |
| 1192 |
+1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -428,10 +428,11 @@ | ||
| 428 | 428 | @ text-align: center; |
| 429 | 429 | @ vertical-align: bottom; |
| 430 | 430 | @ font-weight: bold; |
| 431 | 431 | @ color: #558195; |
| 432 | 432 | @ min-width: 200px; |
| 433 | +@ white-space: nowrap; | |
| 433 | 434 | @ } |
| 434 | 435 | @ |
| 435 | 436 | @ /* The page title centered at the top of each page */ |
| 436 | 437 | @ div.title { |
| 437 | 438 | @ display: table-cell; |
| 438 | 439 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -428,10 +428,11 @@ | |
| 428 | @ text-align: center; |
| 429 | @ vertical-align: bottom; |
| 430 | @ font-weight: bold; |
| 431 | @ color: #558195; |
| 432 | @ min-width: 200px; |
| 433 | @ } |
| 434 | @ |
| 435 | @ /* The page title centered at the top of each page */ |
| 436 | @ div.title { |
| 437 | @ display: table-cell; |
| 438 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -428,10 +428,11 @@ | |
| 428 | @ text-align: center; |
| 429 | @ vertical-align: bottom; |
| 430 | @ font-weight: bold; |
| 431 | @ color: #558195; |
| 432 | @ min-width: 200px; |
| 433 | @ white-space: nowrap; |
| 434 | @ } |
| 435 | @ |
| 436 | @ /* The page title centered at the top of each page */ |
| 437 | @ div.title { |
| 438 | @ display: table-cell; |
| 439 |