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

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: Matt Giuca
  • Date: 2009-12-08 07:38:09 UTC
  • Revision ID: matt.giuca@gmail.com-20091208073809-4rm1v1su1sp4b81g
Subjects list: Rather than use h2 for current, h3 for inactive, use h2 for both with class subject_current for current subjects (more semantic).

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
    font-weight: bold;
216
216
}
217
217
 
 
218
/* Subjects list */
 
219
.subject_current {
 
220
    font-weight: bold;
 
221
}
 
222
 
218
223
.pretty_table {
219
224
  text-align: left;
220
225
  border-collapse: collapse;