/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/coursemenu.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-24 11:34:09 UTC
  • mfrom: (85.1.8 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130524113409-ziz4w8atorizo93n
Merged Ohlson:s changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        border: 1px solid #cdcdcd;
71
71
        background-color: #f5f5f5;
72
72
        font-size: 1.4em;
 
73
}
 
74
#coursemenuContent a:link {
 
75
        color:#0a68ad;
 
76
        text-decoration:none;
 
77
        display:block;
 
78
}
 
79
#coursemenuContent a:visited {
 
80
        color:#0a68ad;
 
81
        text-decoration:none;
 
82
}
 
83
 
 
84
#coursemenuContent  a:hover {
 
85
        color:#0a68ad;
 
86
        text-decoration:underline;
73
87
}
 
 
b'\\ No newline at end of file'