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

« back to all changes in this revision

Viewing changes to www/media/browser/browser.css

  • Committer: dcoles
  • Date: 2008-03-16 03:54:02 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:714
browser: Fixed CSS so we don't clobber the bottom on the page with our 
minimised console.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    right: 0;
96
96
    /* top == #topbar.height + #topbar.padding * 2 */
97
97
    top: 5.6em;
98
 
    bottom: 0;
 
98
    /* Space for the mimimised console */
 
99
    bottom: 2em;
99
100
}
100
101