~noskcaj/ubiquity-slideshow-ubuntu/xubuntu-oem

« back to all changes in this revision

Viewing changes to slideshows/kubuntu/slides/link/base.css

  • Committer: Aurélien Gâteau
  • Date: 2013-07-09 14:48:55 UTC
  • mto: This revision was merged to the branch mainline in revision 565.
  • Revision ID: agateau@ubuntu.com-20130709144855-ig6g5fp291bxzg75
Do not set background color

Ubiquity web view is now transparent, so we don't need to fake the window
texture with a fixed color anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        margin:0;
4
4
        padding:0;
5
5
        font-family: ubuntu;
6
 
        /* FIXME: should be transparent, but this should do for now */
7
 
        background-color: #DFDFE0;
8
6
        color:#000000;
9
7
}
10
8