~ubuntu-branches/ubuntu/jaunty/evince/jaunty-updates

« back to all changes in this revision

Viewing changes to help/reference/shell/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-18 22:00:49 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218220049-x0ogtml7a885xtcy
Tags: 2.25.91-0ubuntu1
* New upstream release: (LP: #331233)
  - Fix several memory leaks
  - Fix errors handling and propagation
  - Fix several translation strings in properties dialog
  - Do not resize the window on reloading
  - Experimental introspection support
  - Use g_set_error_literal()
  - Make session manager code compile for win32
  - Update totem-screensaver from totem svn to make it build for win32
  - Make use of GConf optional
  - Fix i18n in libdocument
  - Include gi18n-lib.h instead of gi18n.h in libs and backends
  - Translation updates (ast, be@latin, da, dz, es, et, eu, hu, ja
    kn, mk, nl, pl, pt_BR, sr, sv, th, vi, zh_CN, zh_HK, zh_TW)
* Add libsm-dev b-d in debian/control.in
* Adapt debian/patches/01_launchpad.patch to apply to new configure.ac
* Re-generate debian/control and debian/patches/99_autoconf.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  {
57
57
    color: #770000;
58
58
    font-size: 80%;
 
59
    white-space: nowrap;
59
60
  }
60
 
  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
61
  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
61
62
  {
62
63
    position: relative;
63
64
    top: 3em;
64
65
    z-index: 0;
65
66
  }
 
67
  div.glossary, div.index
 
68
  {
 
69
    position: relative;
 
70
    top: 2em;
 
71
    z-index: 0;
 
72
  }
66
73
  div.refnamediv
67
74
  {
68
75
    margin-top: 2em;