Jump to content

User:OneMember/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
OneMember (talk | contribs)
Created page with 'hides sandbox-link from top of the pages: li#pt-sandbox { display: none !important; }'
 
OneMember (talk | contribs)
Moving few lines from global.css
Line 1: Line 1:
/* just a bit smaller font size */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 90% };

/* hides sandbox-link from top of the pages */
/* hides sandbox-link from top of the pages */
li#pt-sandbox { display: none !important; }
li#pt-sandbox { display: none !important; }

Revision as of 13:07, 5 December 2018

/* just a bit smaller font size */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 90% };

/* hides sandbox-link from top of the pages */
li#pt-sandbox { display: none !important; }