~ubuntu-branches/ubuntu/lucid/webdeveloper/lucid-proposed

« back to all changes in this revision

Viewing changes to source/content_common/webdeveloper/stylesheets/hide_images.css

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-01-04 12:25:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090104122500-agtub7j8tfr3s09t
Tags: 1.1.6+repack-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  + debian/control:
    - Build firefox-webdeveloper and adjust it for Firefox.
    - Do not conflict/replaces with firefox-developer.
    - Add Vcs-Bzr header.
  + debian/rules:
    - Adjust makebuilddir to build firefox-webdeveloper package.
  + Rename iceweasel-{webdeveloper.links,firefox-webdeveloper.install} to
    firefox-{webdeveloper.links,firefox-webdeveloper.install}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*
 
2
{
 
3
    background-image: none !important;
 
4
}
 
5
 
 
6
img
 
7
{
 
8
    display: none !important;
 
9
}
 
10
 
 
11
span.webdeveloper-alt-attribute
 
12
{
 
13
    -moz-outline: 1px inset #000000 !important;
 
14
    outline: 1px inset #000000 !important;
 
15
    padding: 1px !important;
 
16
}
 
 
b'\\ No newline at end of file'