MediaWiki:Common.css: Difference between revisions

Apparently that's what Mobile.css is for
No edit summary
Tag: Reverted
(Apparently that's what Mobile.css is for)
Tags: Manual revert Mobile edit Mobile web edit
 
(6 intermediate revisions by the same user not shown)
Line 17: Line 17:
     font-family: 'Courier New', Courier, monospace;
     font-family: 'Courier New', Courier, monospace;
     font-weight: bold;
     font-weight: bold;
}
#bodyContent {
  line-height: 1.5em;
  font-size: 0.8em;
}
p {
  line-height: 1.5em;
}
}


Line 36: Line 45:
     background-color: white;
     background-color: white;
}
}
/* Let's kill some tabs */
#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }