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

« back to all changes in this revision

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

  • Committer: stevenbird
  • Date: 2008-02-01 03:51:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:368
First version of a DTD for XML problem files

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    z-index: 2;     /* In front of background, behind text */
119
119
}
120
120
 
121
 
#ivleheader_tabs p {
122
 
    /* This allows for a single paragraph, currently used to display a warning
123
 
     * about Debuginfo */
124
 
    position: absolute;
125
 
    left: 1em;
126
 
    bottom: 0.5em;
127
 
    margin: 0;
128
 
}
129
 
 
130
121
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
131
122
ul#apptabs {
132
123
    position: absolute;
156
147
    color: navy;    /* Text colour not to change */
157
148
    text-decoration: none;
158
149
}
159
 
 
160
 
/* Terms of Service accept / decline buttons */
161
 
#tos_acceptbuttons {
162
 
    text-align: center;
163
 
}