~jonas-drange/ulysses/fix-pure-references

« back to all changes in this revision

Viewing changes to public/icons.css

  • Committer: Stephen Stewart
  • Date: 2014-03-11 19:04:47 UTC
  • mfrom: (18.2.23 navbars)
  • Revision ID: stephen.stewart@canonical.com-20140311190447-yc7qhp57uy2z0ytv
mergeĀ lp:~stephen-stewart/ulysses/navbars

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.ues-icon-menu {
 
2
  width: 36px;
 
3
  height: 34px;
 
4
  background: transparent url(icons/menu.svg) 0 0 no-repeat;
 
5
  background-size: 72px 34px;
 
6
  display: block;
 
7
}
 
8
 
 
9
.ues-icon-menu.orange {
 
10
  background-position: -36px 0;
 
11
}
 
 
b'\\ No newline at end of file'