From b6ec0a295517ffeff4490aae84c281788350bf1b Mon Sep 17 00:00:00 2001 From: Arthur Mayer Date: Wed, 23 Feb 2011 23:28:28 +0100 Subject: [PATCH] lechd updated override example --- web/override_example.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/web/override_example.css b/web/override_example.css index baeb8f10..ef193afe 100644 --- a/web/override_example.css +++ b/web/override_example.css @@ -1,13 +1,15 @@ /******************* * This is the over-ride CSS file. * - * if you know any CSS you can easily add any custom rules to change how - * Dynmap looks or behaves in your particular install. + * if you know any CSS you can easily add custom rules to change how DynMap + * looks and behaves under your DynMap installation. * - * Simply uncomment the override.css in the index.html and rename THIS file - * to override.css to use these (or your) custom rules. + * 1. Uncomment the override.css in the index.html. + * 2. Rename this file or create a new override.css. + * 3. Add your own rules (or steal these) to personalize how DynMap looks. * - * By adding these rules here you can easily save your changes between updates. + * By adding your own rules here, you can then save your changes + * between DynMap updates and they won't get over-written. */ @@ -23,13 +25,13 @@ background-image: url(compass_alt.png); } -/* These next two keep the DynMap sidebar open */ +/* These next two keep the DynMap sidebar open... */ .dynmap .sidebar { margin-right: 0px; } -/* And hide the hitbar along with the window controls */ +/* ...and hide the hitbar along with the sidebar controls */ .dynmap .sidebar .hitbar, .dynmap .sidebar .panel > .pin {