~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-07-17 21:04:16 UTC
  • mfrom: (15.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110717210416-nt5qi659qei7a2yy
Tags: 3.0.1-2
* debian/control.in:
  - Change gir1.2-cheese-3.0 Section to libs
  - Make library packages depend against cheese-common package
  - Make cheese package recommends against hicolor-icon-theme
  - Move gst Dependency to libcheese package
* debian/patches/0002-fix-linking.patch: Add missing library to fix linking
* debian/watch:
  - Switch to .bz2 tarballs.
  - Bump version to 3

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
223
.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */