| | @@ -44,11 +44,10 @@ |
| 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; |
| 50 | 49 | @ } |
| 51 | 50 | @ |
| 52 | 51 | @ /* The page title centered at the top of each page */ |
| 53 | 52 | @ div.title { |
| 54 | 53 | @ display: table-cell; |
| | @@ -68,11 +67,10 @@ |
| 68 | 67 | @ vertical-align: bottom; |
| 69 | 68 | @ color: #404040; |
| 70 | 69 | @ font-size: 0.8em; |
| 71 | 70 | @ font-weight: bold; |
| 72 | 71 | @ min-width: 200px; |
| 73 | | -@ white-space: nowrap; |
| 74 | 72 | @ } |
| 75 | 73 | @ |
| 76 | 74 | @ /* The header across the top of the page */ |
| 77 | 75 | @ div.header { |
| 78 | 76 | @ display: table; |
| | @@ -168,17 +166,17 @@ |
| 168 | 166 | @ media="screen"> |
| 169 | 167 | @ </head> |
| 170 | 168 | @ <body> |
| 171 | 169 | @ <div class="header"> |
| 172 | 170 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 173 | | -@ <div class="status"><th1> |
| 171 | +@ <div class="status"><nobr><th1> |
| 174 | 172 | @ if {[info exists login]} { |
| 175 | 173 | @ puts "Logged in as $login" |
| 176 | 174 | @ } else { |
| 177 | 175 | @ puts "Not logged in" |
| 178 | 176 | @ } |
| 179 | | -@ </th1></div> |
| 177 | +@ </th1></nobr></div> |
| 180 | 178 | @ </div> |
| 181 | 179 | @ <div class="mainmenu"> |
| 182 | 180 | @ <th1> |
| 183 | 181 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 184 | 182 | @ if {[anycap jor]} { |
| | @@ -237,11 +235,10 @@ |
| 237 | 235 | @ text-align: center; |
| 238 | 236 | @ vertical-align: bottom; |
| 239 | 237 | @ font-weight: bold; |
| 240 | 238 | @ font-size: 2.5em; |
| 241 | 239 | @ color: #a09048; |
| 242 | | -@ white-space: nowrap; |
| 243 | 240 | @ } |
| 244 | 241 | @ |
| 245 | 242 | @ /* The page title centered at the top of each page */ |
| 246 | 243 | @ div.title { |
| 247 | 244 | @ display: table-cell; |
| | @@ -261,11 +258,10 @@ |
| 261 | 258 | @ vertical-align: bottom; |
| 262 | 259 | @ color: #a09048; |
| 263 | 260 | @ padding: 5px 5px 0 0; |
| 264 | 261 | @ font-size: 0.8em; |
| 265 | 262 | @ font-weight: bold; |
| 266 | | -@ white-space: nowrap; |
| 267 | 263 | @ } |
| 268 | 264 | @ |
| 269 | 265 | @ /* The header across the top of the page */ |
| 270 | 266 | @ div.header { |
| 271 | 267 | @ display: table; |
| | @@ -374,18 +370,18 @@ |
| 374 | 370 | @ </head> |
| 375 | 371 | @ <body> |
| 376 | 372 | @ <div class="header"> |
| 377 | 373 | @ <div class="title">$<title></div> |
| 378 | 374 | @ <div class="status"> |
| 379 | | -@ <div class="logo">$<project_name></div><br/> |
| 380 | | -@ <th1> |
| 375 | +@ <div class="logo"><nobr>$<project_name></nobr></div><br/> |
| 376 | +@ <nobr><th1> |
| 381 | 377 | @ if {[info exists login]} { |
| 382 | 378 | @ puts "Logged in as $login" |
| 383 | 379 | @ } else { |
| 384 | 380 | @ puts "Not logged in" |
| 385 | 381 | @ } |
| 386 | | -@ </th1></div> |
| 382 | +@ </th1></nobr></div> |
| 387 | 383 | @ </div> |
| 388 | 384 | @ <div class="mainmenu"> |
| 389 | 385 | @ <th1> |
| 390 | 386 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 391 | 387 | @ if {[anycap jor]} { |
| | @@ -452,11 +448,10 @@ |
| 452 | 448 | @ display: table-cell; |
| 453 | 449 | @ text-align: left; |
| 454 | 450 | @ vertical-align: bottom; |
| 455 | 451 | @ font-weight: bold; |
| 456 | 452 | @ color: #333; |
| 457 | | -@ white-space: nowrap; |
| 458 | 453 | @ } |
| 459 | 454 | @ |
| 460 | 455 | @ /* The page title centered at the top of each page */ |
| 461 | 456 | @ div.title { |
| 462 | 457 | @ display: table-cell; |
| | @@ -476,11 +471,10 @@ |
| 476 | 471 | @ vertical-align: bottom; |
| 477 | 472 | @ padding-bottom: 5px; |
| 478 | 473 | @ color: #333; |
| 479 | 474 | @ font-size: 0.8em; |
| 480 | 475 | @ font-weight: bold; |
| 481 | | -@ white-space: nowrap; |
| 482 | 476 | @ } |
| 483 | 477 | @ |
| 484 | 478 | @ /* The header across the top of the page */ |
| 485 | 479 | @ div.header { |
| 486 | 480 | @ margin:10px 0px 10px 0px; |
| | @@ -612,20 +606,20 @@ |
| 612 | 606 | @ </head> |
| 613 | 607 | @ <body> |
| 614 | 608 | @ <div class="header"> |
| 615 | 609 | @ <div class="logo"> |
| 616 | 610 | @ <img src="$home/logo" alt="logo"> |
| 617 | | -@ <br />$<project_name> |
| 611 | +@ <br /><nobr>$<project_name></nobr> |
| 618 | 612 | @ </div> |
| 619 | 613 | @ <div class="title">$<title></div> |
| 620 | | -@ <div class="status"><th1> |
| 614 | +@ <div class="status"><nobr><th1> |
| 621 | 615 | @ if {[info exists login]} { |
| 622 | 616 | @ puts "Logged in as $login" |
| 623 | 617 | @ } else { |
| 624 | 618 | @ puts "Not logged in" |
| 625 | 619 | @ } |
| 626 | | -@ </th1></div> |
| 620 | +@ </th1></nobr></div> |
| 627 | 621 | @ </div> |
| 628 | 622 | @ <div class="mainmenu"> |
| 629 | 623 | @ <th1> |
| 630 | 624 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 631 | 625 | @ if {[anycap jor]} { |
| | @@ -688,11 +682,10 @@ |
| 688 | 682 | @ div.logo { |
| 689 | 683 | @ display: table-cell; |
| 690 | 684 | @ text-align: right; |
| 691 | 685 | @ vertical-align: bottom; |
| 692 | 686 | @ font-weight: normal; |
| 693 | | -@ white-space: nowrap; |
| 694 | 687 | @ } |
| 695 | 688 | @ |
| 696 | 689 | @ /* Widths */ |
| 697 | 690 | @ div.header, div.mainmenu, div.submenu, div.content, div.footer { |
| 698 | 691 | @ max-width: 900px; |
| | @@ -721,11 +714,10 @@ |
| 721 | 714 | @ display: table-cell; |
| 722 | 715 | @ text-align: right; |
| 723 | 716 | @ vertical-align: bottom; |
| 724 | 717 | @ color: #333; |
| 725 | 718 | @ margin-right: -20px; |
| 726 | | -@ white-space: nowrap; |
| 727 | 719 | @ } |
| 728 | 720 | @ |
| 729 | 721 | @ /* The main menu bar that appears at the top of the page beneath |
| 730 | 722 | @ ** the header */ |
| 731 | 723 | @ div.mainmenu { |
| | @@ -877,20 +869,20 @@ |
| 877 | 869 | @ </head> |
| 878 | 870 | @ <body> |
| 879 | 871 | @ <div class="header"> |
| 880 | 872 | @ <div class="logo"> |
| 881 | 873 | @ <img src="$home/logo" alt="logo"> |
| 882 | | -@ <br />$<project_name> |
| 874 | +@ <br /><nobr>$<project_name></nobr> |
| 883 | 875 | @ </div> |
| 884 | 876 | @ <div class="title">$<title></div> |
| 885 | | -@ <div class="status"><th1> |
| 877 | +@ <div class="status"><nobr><th1> |
| 886 | 878 | @ if {[info exists login]} { |
| 887 | 879 | @ puts "Logged in as $login" |
| 888 | 880 | @ } else { |
| 889 | 881 | @ puts "Not logged in" |
| 890 | 882 | @ } |
| 891 | | -@ </th1></div> |
| 883 | +@ </th1></nobr></div> |
| 892 | 884 | @ </div> |
| 893 | 885 | @ <div class="mainmenu"> |
| 894 | 886 | @ <th1> |
| 895 | 887 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 896 | 888 | @ if {[anycap jor]} { |
| | @@ -963,11 +955,10 @@ |
| 963 | 955 | @ text-align: center; |
| 964 | 956 | @ vertical-align: bottom; |
| 965 | 957 | @ font-weight: bold; |
| 966 | 958 | @ color: #558195; |
| 967 | 959 | @ min-width: 200px; |
| 968 | | -@ white-space: nowrap; |
| 969 | 960 | @ } |
| 970 | 961 | @ |
| 971 | 962 | @ /* The page title centered at the top of each page */ |
| 972 | 963 | @ div.title { |
| 973 | 964 | @ display: table-cell; |
| | @@ -1168,17 +1159,17 @@ |
| 1168 | 1159 | @ <a href="$logourl"> |
| 1169 | 1160 | @ <img src="$baseurl/logo" border="0" alt="$project_name"> |
| 1170 | 1161 | @ </a> |
| 1171 | 1162 | @ </div> |
| 1172 | 1163 | @ <div class="title"><small>$<project_name></small><br />$<title></div> |
| 1173 | | -@ <div class="status"><th1> |
| 1164 | +@ <div class="status"><nobr><th1> |
| 1174 | 1165 | @ if {[info exists login]} { |
| 1175 | 1166 | @ puts "Logged in as $login" |
| 1176 | 1167 | @ } else { |
| 1177 | 1168 | @ puts "Not logged in" |
| 1178 | 1169 | @ } |
| 1179 | | -@ </th1></div> |
| 1170 | +@ </th1></nobr></div> |
| 1180 | 1171 | @ </div> |
| 1181 | 1172 | @ <div class="mainmenu"> |
| 1182 | 1173 | @ <th1> |
| 1183 | 1174 | @ html "<a href=''$home$index_page''>Home</a>\n" |
| 1184 | 1175 | @ if {[anycap jor]} { |
| 1185 | 1176 | |