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

« back to all changes in this revision

Viewing changes to www/media/tutorial/tutorial.css

  • Committer: mattgiuca
  • Date: 2008-08-18 10:46:50 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1026
CSS: Fixed up 'a' elements as follows:
    All 'a' elements now have blue, hover, underline and pointer cursor
    behaviour as if they were links (to facilitate "fake" links like in file
    browser).
    But the IVLE tutorial headings mysteriously seem to have <a> elements in
    the headers (from the ReStructured Text) - styled that so it doesn't look
    like a link at all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    margin-left: 1.5em;
64
64
}
65
65
 
 
66
h1 a, h2 a {
 
67
    color: black;
 
68
    text-decoration: none;
 
69
    cursor: default;
 
70
}
 
71
h1 a:hover, h2 a:hover {
 
72
    color: black;
 
73
    text-decoration: none;
 
74
    cursor: default;
 
75
}
 
76
 
66
77
/*
67
78
:Author: Edward Loper, James Curran
68
79
:Copyright: This stylesheet has been placed in the public domain.