~broder/ubuntu/natty/gst-plugins-base0.10/perlsectomy

« back to all changes in this revision

Viewing changes to docs/plugins/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 21:12:29 UTC
  • mfrom: (11.5.1 upstream) (33.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100626211229-0k34egbnd2octtpv
Tags: 0.10.29.2-1
* New upstream pre-release:
  + debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    - Update to debhelper compat level 7.
    - Update to source format 3.0 (quilt).
    - Update to Standards-Version 3.8.4.
  + debian/build-deps.in,
    debian/rules:
    - Build depend on GLib 2.20 and GStreamer 0.10.29.2.
    - Build depend on ORC instead of liboil.
  + debian/patches/00*:
    - Dropped, merged upstream.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with the new API.
  + debian/patches/01_videotestsrc-libm-linking.patch,
    debian/patches/02_videoscale-libm-linking.patch:
    - Link videotestsrc and videoscale with libm to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
  font-weight: normal;
210
210
}
211
211
 
 
212
.annotation
 
213
{
 
214
  /* tango:aluminium 5 */
 
215
  color: #555753;
 
216
  font-size: 80%;
 
217
  font-weight: normal;
 
218
}
 
219
 
212
220
/* code listings */
213
221
 
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 */
 
222
.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
 
223
.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
 
224
.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
 
225
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
 
226
.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
 
227
.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
 
228
.listing_code .programlisting .normal     { color: #000000; }
 
229
.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
 
230
.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
 
231
.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
 
232
.listing_code .programlisting .type       { color: #000000; }
 
233
.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
 
234
.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
227
235
 
228
236
.listing_frame {
229
237
  /* tango:sky blue 1 */