Wikipedia’s New Design bothers me

Fecha: June 8th, 2010 | Categoría: Internet | 1 Comment »

It wastes a lot of space and looks ugly!

This is how it is now:

This is how I think it should be:

UPDATE 13/06/2010: Wikipedia has recently changed the name of one of the divs, now this should be working again.

Here is a javascript line to solve it (you can bookmark it if you liked it):
Solve Wikipedia bad Layout

  1. right = document.getElementById("right-navigation");
  2. right.style.setProperty("margin-right", "270px", "");
  3. right.style.setProperty("margin-top", "0px", "");
  4. document.getElementById("mw-head-base").style.setProperty("height", "40px", "");
  5. document.getElementById("left-navigation").style.setProperty("top", "0px", "");
  6. document.getElementById("p-personal").style.setProperty("top", "10px", "");

One Comment on “Wikipedia’s New Design bothers me”

  1. 1 Chad said at 2:59 am on June 8th, 2010:

    I love it. Simple fix and minimal variation on the original layout. <3


Leave a Reply