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

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: William Grant
  • Date: 2009-01-20 05:03:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: grantw@unimelb.edu.au-20090120050355-1tm3j13zazd9ik32
ivle.worksheet: Add a save_exercise function.
www/apps/tutorialservice: Import db.TIMESTAMP_FORMAT locally.
    Remove last reference to ivle.db, replacing it with save_exercise.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    padding: 1em;
95
95
}
96
96
 
97
 
p.userhello {
 
97
.userhello {
98
98
    font-size: .8em;
99
99
    top: 0;
100
100
    text-align: right;
101
101
    padding: 11px 0;
102
102
    margin: 0;
103
103
}
104
 
p.userhello .username {
 
104
.userhello .username {
105
105
    font-weight: bold;
106
106
}
107
107