A better format for viewing news. Works with any resolution.
Before
|
After
|
you can add comments with
/* random comment */
and for
div[id="top-banner"] { display: none !important; }
div[id="rightMenu"] { display: none !important; }
you can use
div[id="top-banner"] ,
div[id="rightMenu"] { display: none !important; }