Changesets can be listed by changeset number.
The Git repository is here.
Changeset 328
Incorporated M.Drake's suggestions to make the site render
more smoothly on NetSurf. See:
https://www.riscosopen.org/forum/forums/1/topics/591?page=2
- Comitted by: rool
- Date: Friday March 18 18:50:05 2011 (over 13 years ago)
Affected files:
rool/www/static/trunk/css/risc_os_open_2011.css:
prev. | current | |
color: #666; | ||
} | ||
641 | ||
642 | | |
643 | | |
641 | /*****************************************************************************\ | |
642 | * Browser-specific styles: NetSurf | |
643 | \*****************************************************************************/ | |
644 | ||
645 | /* Help NetSurf get sizes right, reducing page reformatting. Problems with | |
646 | * image sizing, even when width and height is specified in HTML, have long | |
647 | * existed in the browser. Harmless for other browsers. | |
648 | * | |
649 | * Suggested by M.Drake, 2011-03-18: | |
650 | * | |
651 | * https://www.riscosopen.org/forum/forums/1/topics/591?page=2 | |
*/ | ||
654 | #template_header_title > img | |
655 | { | |
656 | display: block; | |
657 | } | |
658 | ||
659 | #template_header_logo > a > img, | |
660 | #template_navigation_hub > a > img | |
661 | { | |
662 | display: block; | |
663 | margin-left: auto; | |
664 | margin-right: 0; | |
665 | } | |
666 | ||
667 | /*****************************************************************************\ | |
668 | * Printing specialisations | |
669 | \*****************************************************************************/ | |
670 | ||
671 | /* The use of "!important" makes sure that the rules take precedence for | |
672 | * matching elements even if there is a more specific rule above, which would | |
673 | * otherwise have taken precedence instead. | |
674 | */ | |
675 | ||
@media print { | ||
html, | ||
body |