Changeset 65040 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs
- Timestamp:
- Dec 31, 2016 2:29:50 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
r65010 r65040 411 411 } 412 412 413 /* 414 * Generic class for div elements wrapping pre inside a table. This prevents 415 * the <pre> from taking up way more screen space that available. 416 */ 417 .tdpre { 418 display: table; 419 table-layout: fixed; 420 width: 100%; 421 } 422 .tdpre pre { 423 overflow: auto; 424 } 425 413 426 414 427 /* … … 567 580 } 568 581 582 .tmsyschlogattr { 583 font-size: 0.64em; 584 } 569 585 570 586 /*
Note:
See TracChangeset
for help on using the changeset viewer.