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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/tutorial.css

  • Committer: William Grant
  • Date: 2009-12-17 04:33:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1450.
  • Revision ID: me@williamgrant.id.au-20091217043350-zamyq0taixo9u7nl
Stop tutorial.css cancelling out the non-existent Golden H1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    margin-left: 1.5em;
65
65
}
66
66
 
67
 
/* Cancel out the main stylesheet's h1 (the golden bar at the top).
68
 
 * Make it just look like the default (HTML4) style sheet's h1, but a bit
69
 
 * smaller.
70
 
 */
71
 
#ivle_padding h1 {
72
 
    background: none;
73
 
    margin: 0;
74
 
    padding: 0;
75
 
    margin: 0.67em 0;
76
 
    border: 0;
77
 
    font-weight: bolder;
78
 
    /* font-size: 2em; (standard) */
79
 
    font-size: 1.6em;
80
 
}
81
 
 
82
67
h1 a, h2 a {
83
68
    color: black;
84
69
    text-decoration: none;