Neues heise​.de

Ich persönlich finde das neue Design von Heise​.de ja saublöd. OK, es sieht auf den ersten Blick recht hübsch aus, aber leider hat die Übersichtlichkeit arg gelittenn, von der Todsünde der festen Spaltenbreite mal ganz abgesehen.

Firefox to the rescue! (mehr nach dem Break)

Einfach folgendes in die UserContent.css eintragen.

@-moz-document domain(„heise.de“)

{

  div#container

  {

    position: relative !important;

    top: ‑100px !important;

    width: 80% !important;

    margin: 0 auto !important;

  }

  div#mitte

  {

    width:100% !important;

    margin-left: 0 !important;

    background: none !Important;

  }

  div#container_content

  {

    width: 100% !important;

    margin: 0;

    background: none !Important;

  }

  div#mitte_links

  {

    width: 100% !important;

    background: none !Important;

  }

  div#mitte_rechts

  {

    width: 0px !important;

    display: none !important;

  }

  div#sitemap

  {

    display: none !important;

  }

  .news_topteaser

  {

  display: none !important;

  }

}

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert