Overhaul of sidepanel layout, with concommitant tweaks and fudges to the css.

This commit is contained in:
z3d
2009-08-08 15:34:58 +00:00
parent 69fdfb0635
commit 43140d3efd
9 changed files with 462 additions and 104 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;