~ubuntu-branches/ubuntu/oneiric/weave/oneiric

« back to all changes in this revision

Viewing changes to source/chrome/skin/mac/fx-prefs-platform.css

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-08-11 00:35:15 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100811003515-o3jbh826bnd1syjv
Tags: 1.4.3-1ubuntu1
* Add -fshort-wchar to CXXFLAGS to fix FTBFS in Ubuntu
  - update debian/rules 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.expander-up,
2
 
.expander-down {
3
 
  -moz-appearance: none;
4
 
  padding: 0;
5
 
  min-width: 0;
6
 
}
7
 
 
8
 
.expander-up {
9
 
  list-style-image: url("chrome://browser/skin/places/expander-open.png") !important;
10
 
}
11
 
 
12
 
.expander-down {
13
 
  list-style-image: url('chrome://browser/skin/places/expander-closed.png') !important
14
 
}