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

« back to all changes in this revision

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

  • Committer: chadnickbok
  • Date: 2009-01-19 22:56:46 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1170
This commit fixes issue #10 and part of issue #9

There are now two options for moving files with their
svn history intact; svn move and svn copy. These
use the svn commands to move the files, allowing students
to move and rename files without their histories being
lost.

This commit also shows the svn status of a dir, if it is
the 'head' of an svn repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    font-size: 0.95em;
17
17
}
18
18
 
19
 
a:link, a:visited {
 
19
a {
20
20
    color: navy;
 
21
    text-decoration: underline;
 
22
    cursor: pointer;
21
23
}
22
24
a:hover, a:active, a:focus {
23
25
    color: blue;
92
94
    padding: 1em;
93
95
}
94
96
 
95
 
p.userhello {
 
97
.userhello {
96
98
    font-size: .8em;
97
99
    top: 0;
98
100
    text-align: right;
99
101
    padding: 11px 0;
100
102
    margin: 0;
101
103
}
102
 
p.userhello .username {
 
104
.userhello .username {
103
105
    font-weight: bold;
104
106
}
105
107