Differences From Artifact [a42cd260da]:
- File src/style.c — part of check-in [45065c5c28] at 2012-11-04 12:59:14 on branch spelling — Fix typos. (user: dmitry size: 27649) [more...]
To Artifact [c8ee680a47]:
- File src/style.c — part of check-in [b83278f6ff] at 2012-11-06 18:38:19 on branch trunk — Make sure file names in file browser don't wrap by adding white-space property to default CSS. (user: dmitry size: 27678) [more...]
| ︙ | |||
665 666 667 668 669 670 671 672 673 674 675 676 677 678 | 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 | + |
@ width: 24% ;
@ vertical-align: top;
},
{ "ul.browser",
"format for the list in the file browser",
@ margin-left: 0.5em;
@ padding-left: 0.5em;
@ white-space: nowrap;
},
{ "table.login_out",
"table format for login/out label/input table",
@ text-align: left;
@ margin-right: 10px;
@ margin-left: 10px;
@ margin-top: 10px;
|
| ︙ |