~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.css

  • Committer: William Grant
  • Date: 2009-08-02 07:06:20 UTC
  • Revision ID: grantw@unimelb.edu.au-20090802070620-ppq1zznwt6gh3fmg
Tags: 0.1.9.15
Revert browser bottom offset changes; the new one is broken in many browsers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    right: 0;
87
87
    /* top == #topbar.height */
88
88
    top: 5em;
89
 
    /* Space for the mimimised console (2em + 0.2em + 0.2em) */
90
 
    bottom: 2.4em;
 
89
    /* Space for the mimimised console */
 
90
    bottom: 2em;
91
91
}
92
92