Rev 16654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16654 | Rev 16676 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | word-wrap: normal; |
9 | word-wrap: normal; |
10 | } |
10 | } |
11 | 11 | ||
12 | /* technical info */ |
12 | /* technical info */ |
13 | .wimstech {font-family: monospace, "Courier New";font-size:small} |
13 | .wimstech {font-family: monospace, "Courier New";font-size:small} |
14 | - | ||
15 | /* used for non responsive content that cannot be shrinked on small screens */ |
- | |
16 | .wims_scrollable{ |
- | |
17 | overflow-x: auto; |
- | |
18 | } |
- | |
19 | 14 | ||
20 | /* use <br class="spacer" /> instead*/ |
15 | /* use <br class="spacer" /> instead*/ |
21 | .emptyline { height:20px;} |
16 | .emptyline { height:20px;} |
22 | .empty { width:5%;} |
17 | .empty { width:5%;} |
23 | 18 |