~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-25 01:26:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225012629-tmot7d0yhnhfc5ck
ivle.css: Tweaked sizes - ivlepadding and h2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    font-weight: bold;
43
43
}
44
44
 
 
45
#ivlebody h2 {
 
46
    font-size: 1.4em;
 
47
}
 
48
 
45
49
/** Special styles for header section **/
46
50
 
47
51
#ivleheader {
90
94
 
91
95
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
92
96
 * element, if 1em of padding is desired (otherwise there will be no padding).
 
97
 * Note: No top padding, since the first element should have a margins (p or
 
98
 * h2).
93
99
 */
94
100
#ivle_padding {
95
 
    padding: 1em;
 
101
    padding: 0 1em 1em 1em;
96
102
}
97
103
 
98
104
.userhello {