Skip to content

Instantly share code, notes, and snippets.

@tacvek
Created January 29, 2011 04:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tacvek/801524 to your computer and use it in GitHub Desktop.
Save tacvek/801524 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
/* Only tested on Firefox */
@-moz-document domain("slashdot.org") {
/* Part 1:
* Prevent header from scrolling
* Remove gray border
* Remove the curved corner in the top left
* (because it makes no sense w/o the border)
*/
body {
padding: 0 !important;
}
div.col_1
{
position: absolute !important;
padding-top: 40px !important;
}
header.h
{
position: absolute !important;
margin-top: 0px !important;
padding-top: 0 !important;
}
header.h hgroup
{
border-radius: 0 0 0 0 !important;
margin:0 !important;
}
div.col_2
{
padding-top: 40px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment