= Overview = Title:: identify unused or missing CSS Duration:: 96 Difficulty:: Medium Types:: Quality Assurance,Code,User Interface Tags:: python,javascript,html,css,jinja2,jquery Mentors:: thomaswaldmann,rb_proj,waldi,esyr,pkumar_7 Count:: -1 = Description = == Abstract == There might be some unused CSS in the default theme, there might be also some missing CSS - your task is to identify them. == Details == CSS is missing, if the html / javascript / python code refers to it, but there is nothing in the css files. CSS is unused, if there is something in the css files, but no html / javascript / python code uses it. Check if there is some tool that can automatically check stuff like this. If you can't find some tool, do 2 systematic manual checks. Deliverables: bitbucket issue that describes the css issues found. == Skill Requirements == See tags. == Extra (optional) == If you notice other CSS strangenesses while doing this task, please document them on the wiki. == Links == Note: unless otherwise noted, tasks usually refer to moin2 (http://moinmo.in/MoinMoin2.0)! * http://hg.moinmo.in/moin/2.0 or http://bitbucket.org/thomaswaldmann/moin-2.0 - repository of moin2 * http://hg.moinmo.in/moin/1.9 - repository of moin 1.9 * http://moimo.in/MoinMoinChat - please join us on IRC #moin-dev = Discussion =