~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-02-25 09:47:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225094754-levaflw2b6up3n38
ivle-headings.html: The IVLE logo is now clickable (takes you to /).
ivle.css: All images with links now have no border. Who wants this?

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    color: #a00;
30
30
}
31
31
 
 
32
a img {
 
33
    border: none;
 
34
}
 
35
 
32
36
/* h1s are styled specially to a small golden 3D bar */
33
37
#ivlebody h1 {
34
38
    background-color: #fea;
139
143
    padding: 0;
140
144
    padding-left: 4px;
141
145
}
142
 
ul#apptabs li a img {
143
 
    border: none;
144
 
}
145
146
ul#apptabs li a {
146
147
    background-image: url(../ivle.webapp.core/images/chrome/tab-right.png);
147
148
    background-repeat: no-repeat;