~ubuntu-branches/ubuntu/maverick/webdeveloper/maverick-proposed

« back to all changes in this revision

Viewing changes to source/content_common/webdeveloper/stylesheets/display_anchors.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
@import url("imports/tooltips.css");
 
2
 
 
3
span.webdeveloper-display-anchors a
 
4
{
 
5
    -moz-opacity: 1.0 !important;
 
6
    border-style: none !important;
 
7
    font-family: sans-serif !important;
 
8
        font-size: 10px !important;
 
9
        font-style: normal !important;
 
10
        font-variant: normal !important;
 
11
        font-weight: normal !important;
 
12
        letter-spacing: 0 !important;
 
13
        margin: 0 !important;
 
14
    opacity: 1.0 !important;
 
15
        padding: 0 !important;
 
16
        text-align: left !important;
 
17
        text-decoration: none !important;
 
18
        text-transform: none !important;
 
19
        z-index: 1 !important;
 
20
}
 
 
b'\\ No newline at end of file'