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

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: Matt Giuca
  • Date: 2009-02-24 04:48:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224044856-80wa06l14tjh31b8
ivle.css: Removed the gap between the header and the content.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    background-repeat: repeat-x;
39
39
    padding: 0;
40
40
    border-bottom: 1px solid black;
41
 
    /* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
 
41
    /* IMPORTANT: This 4em is hard-coded elsewhere in this file. Search for
42
42
     * #ivleheader.height to update it. */
43
43
    height: 4em;
44
44
    left: 0;
72
72
    /* This is positioned absolutely so that its content can be positioned
73
73
     * absolutely as well, and so height: 100% really means it. */
74
74
    position: absolute;
75
 
    top: 5.3em;             /* == #ivleheader.height */
 
75
    top: 4em;               /* == #ivleheader.height */
76
76
    bottom: 0;
77
77
    width: 100%;
78
78
    z-index: 0;     /* Behind header */