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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-17 07:11:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1453.
  • Revision ID: me@williamgrant.id.au-20091217071114-zm3ojiw11u6tlo4j
Switch the main h1 to use margin, rather than padding, and add 0.5em beneath it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
}
41
41
 
42
42
#ivleview > h1 {
43
 
    padding: 0.5em 0 0 0.5em;
 
43
    margin: 0.5em 0 0.5em 0.5em;
44
44
}
45
45
 
46
46
h2 {