~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:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225094036-xtchh8klrajzenrb
ivle.css: Fixed display of tabs.
    (We broke them but Firefox lied to us and showed us precisely what we
    wanted to see -- sneaky bugger!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    margin: 0;
126
126
}
127
127
 
128
 
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
 
128
ul#apptabs {
 
129
    margin: 0;
 
130
}
 
131
 
129
132
ul#apptabs li {
 
133
    display: inline;
130
134
    /*border: 1px solid black;*/
131
135
    /*background-color: #fc6;*/
132
136
    background-image: url(../ivle.webapp.core/images/chrome/tab-left.png);