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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-06-16 06:44:28 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:774
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid
    to put pre inside a dt).
    Renamed CSS classes to have hyphens instead of underscores (underscores
    are illegal).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    top: 2em;       /* == #editorhead.height */
28
28
    bottom: 0;
29
29
    /* Override EditArea's specified width and height */
30
 
    width: auto ! important;
31
 
    height: auto ! important;
 
30
    width: 100% ! important;
 
31
    /* FIXME: This is not quite right, but a better approximation of 'right' 
 
32
     * for the time being (Something is very odd with the spacing) */
 
33
    height: 100% ! important;
32
34
}