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

« back to all changes in this revision

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

  • Committer: apeel
  • Date: 2008-03-14 01:33:50 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:688
setup.py now creates the /etc/init.d script for usrmgr-server, and install_proc.txt has instructions on installing it.

Show diffs side-by-side

added added

removed removed

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