User:A.allison/Common.css changes
< User:A.allison
Jump to navigation
Jump to search
Revision as of 11:39, 21 August 2010 by A.allison (talk | contribs) (Created page with "All changes made to Mediawiki:Common.css are listed here. ===Remove Upload link from Toolbox=== Added following lines: <syntaxhighlight lang="css"> /* Moved upload link from ...")
All changes made to Mediawiki:Common.css are listed here.
Remove Upload link from Toolbox
Added following lines: <syntaxhighlight lang="css"> /* Moved upload link from toolbox into the MediaWiki:Sidebar thus suppressing the old duplicate */ div#p-tb li#t-upload { display: none; } </syntaxhighlight>