~ubuntu-branches/debian/sid/gnome-chess/sid

« back to all changes in this revision

Viewing changes to doc/C/gnome-chess-manual/docbook.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2005-09-04 18:16:43 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050904181643-qfph33u3pa4azz5h
Tags: 0.3.3-6
* Fix problems with gcc 4.0:
  + debian/patches/021-gcc-4.0-fixes.diff: New patch.
  + Closes: #258798 "FTBFS with gcc-3.4: label at end of compound statement"
* Fix wrong Debian patch:
  + debian/patch/019-assertions.diff: Fixed.
  + Partly addresses bug #247846 "Crashes after a few moves (assertion
    failed)". This fix is not perfect. As Göran Weinholt notes in the
    bug report, assertions are not the way to go, but are a temporary
    stop-gap measure. (Better assertions than unpredicable results.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.BOOK .TITLE          { text-align: center }
 
2
.BOOK .SUBTITLE       { text-align: center }
 
3
.BOOK .CORPAUTHOR     { text-align: center }
 
4
.BOOK .AUTHOR         { text-align: center }
 
5
.BOOK .AFFILIATION    { text-align: center }
 
6
.BOOK .EDITEDBY       { text-align: center }
 
7
.BOOK .EDITOR         { text-align: center }
 
8
.BOOK .GRAPHIC        { text-align: center }
 
9
 
 
10
.ARTICLE .TITLE          { text-align: center }
 
11
.ARTICLE .SUBTITLE       { text-align: center }
 
12
.ARTICLE .CORPAUTHOR     { text-align: center }
 
13
.ARTICLE .AUTHOR         { text-align: center }
 
14
.ARTICLE .AFFILIATION    { text-align: center }
 
15
.ARTICLE .EDITEDBY       { text-align: center }
 
16
.ARTICLE .EDITOR         { text-align: center }
 
17
.ARTICLE .GRAPHIC        { text-align: center }
 
18
.ARTICLE .ABSTRACT       { margin-left: 0.5in;
 
19
                           margin-right: 0.5in;
 
20
                           font-style: italic }