~bluesabre/ubuntu/trusty/parole/gstreamer1.0-pulseaudio

« back to all changes in this revision

Viewing changes to docs/plugin-api/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
33
33
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
34
34
  {
 
35
    display: inline-block;
35
36
    position: relative;
36
 
    padding-top:4.5em;
 
37
    top:-5em;
37
38
  }
38
39
  /* this seems to be a bug in the xsl style sheets when generating indexes */
39
40
  div.index div.index
209
210
  font-weight: normal;
210
211
}
211
212
 
 
213
.annotation
 
214
{
 
215
  /* tango:aluminium 5 */
 
216
  color: #555753;
 
217
  font-size: 80%;
 
218
  font-weight: normal;
 
219
}
 
220
 
212
221
/* code listings */
213
222
 
214
 
.programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
215
 
.programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
216
 
.programlisting .function   { color: #000000; font-weight: bold; }
217
 
.programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
218
 
.programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
219
 
.programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
220
 
.programlisting .normal     { color: #000000; }
221
 
.programlisting .number     { color: #75507b; } /* tango: plum 2 */
222
 
.programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
223
 
.programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
224
 
.programlisting .type       { color: #000000; }
225
 
.programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
226
 
.programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
 
223
.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
 
224
.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
 
225
.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
 
226
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
 
227
.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
 
228
.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
 
229
.listing_code .programlisting .normal     { color: #000000; }
 
230
.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
 
231
.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
 
232
.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
 
233
.listing_code .programlisting .type       { color: #000000; }
 
234
.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
 
235
.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
227
236
 
228
237
.listing_frame {
229
238
  /* tango:sky blue 1 */