/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: elof.bigestans at gmail
  • Date: 2013-05-24 14:10:14 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524141014-8pni44bog1rf5ijp
MergedĀ fromĀ trunk

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'