~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-07-06 09:35:37 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090706093537-j2u8yc7uee39n5ms
Drop the yellow small bold styling of the h1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
/* h1s are styled specially to a small golden 3D bar */
37
37
#ivlebody h1 {
38
 
    background-color: #fea;
39
 
    background-image: url(../ivle.webapp.core/images/chrome/h1-bg.png);
40
 
    background-repeat: repeat-y;
41
38
    margin: 0;
42
 
    padding: 0.5em;
43
 
    border-top: white 2px solid;        /* Top edge of 3D effect */
44
 
    border-bottom: #863 1px solid;      /* Bottom edge of 3D effect */
45
 
    font-size: 1em;
46
 
    font-weight: bold;
 
39
    padding: 0.5em 0 0 0.5em;
 
40
    font-size: x-large;
 
41
    font-weight: normal;
47
42
}
48
43
 
49
44
#ivlebody h2 {