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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-02-25 10:05:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225100526-c93kqtmjiqy65p2n
tutorial.css: Styled the H1 inside the page to look like a regular h1, not our
    special golden h1 (which doesn't work except at the top of the page).

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
 
67
82
h1 a, h2 a {
68
83
    color: black;
69
84
    text-decoration: none;