// Ikariam layout float left user script
// version 0.1.1
// 2009-02-02
// Copyright (c) 2008, Jadwigo
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Ikariam layout float left", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          Ikariam layout float left
// @namespace     http://www.jadwigo.nl/ikariam/scripts/
// @description   example script to alert "Hello world!" on every page
// @include       http://s*.ikariam.nl/*
// ==/UserScript==
window.addEventListener('load', document.getElementById('container').style.marginLeft = '25px', true);



