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 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
-
right = document.getElementById("right-navigation");
-
right.style.setProperty("margin-right", "270px", "");
-
right.style.setProperty("margin-top", "0px", "");
-
document.getElementById("mw-head-base").style.setProperty("height", "40px", "");
-
document.getElementById("left-navigation").style.setProperty("top", "0px", "");
-
document.getElementById("p-personal").style.setProperty("top", "10px", "");


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