Update 10/11/2015

Started by shmax, October 11, 2015, 03:18:47 PM

previous topic - next topic
Go Down

shmax

October 11, 2015, 03:18:47 PM Last Edit: October 11, 2015, 03:49:14 PM by shmax
Overhauled CSS:
- now using SASS for everything
- wrote a SASS mixin for generating cross-browser linear gradients (using SVG). IE9 users should now see all the same gradients the rest of us do.
- divided CSS file up into smaller files, and am now only including specific CSS on the pages that require it. This has reduced the filesize of downloaded CSS on the home page by about 25%.
- restored font behavior on forum pages (with thanks to Tripredacus and PhantomDustclops for reporting the issue)
- removed the pointless "News" heading on the forum pages (Trip again)
- did some minor styling changes; orange is now the primary site link color, with green being secondary. Trees and breadcrumbs are a dark grey

Issues with submission moderation:
- when getting a validation after submitting a submission review, the form now properly re-initializes with review widgetry
- rejecting photos now sends the proper events to the imagepickers

Go Up