Changesets can be listed by changeset number.
The Git repository is here.
Changeset 432
Small CSS patch for Firefox (should've been committed ages ago).
- Comitted by: rool
- Date: Friday August 30 03:06:16 2013 (over 11 years ago)
Affected files:
rool/www/static/trunk/css/risc_os_open_2011.css:
prev. | current | |
} | ||
/*****************************************************************************\ | ||
654 | * Browser-specific styles: Firefox | |
655 | \*****************************************************************************/ | |
656 | ||
657 | /* Firefox 5, 12 and 17 (!) all position a <canvas> element inside a <div> | |
658 | * incorrectly on this site. | |
659 | */ | |
660 | ||
661 | div > canvas { left: 0; } | |
662 | ||
663 | /*****************************************************************************\ | |
* Browser-specific styles: NetSurf | ||
\*****************************************************************************/ | ||