commit 333a53ba3830fbd5d6714443e359a6c00824fa7a
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Jul 24 00:00:52 2013 +0200

    Updated Czech translation

 po/cs.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77c42cd89b6ba007a0532ea4f76352ed101f9dc4
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jul 20 10:58:30 2013 -0400

    Style work on previous/next links

 xslt/common/html.xsl                 |   53 +++++++++++++++++++++++++--------
 xslt/dita/html/dita2html-topic.xsl   |    3 --
 xslt/docbook/html/db2html-links.xsl  |    3 --
 xslt/mallard/html/mal2html-links.xsl |    3 --
 xslt/mallard/html/mal2html-page.xsl  |    3 ++
 5 files changed, 43 insertions(+), 22 deletions(-)

commit eb746532b648a5ce492a5d919037b94e1b12bcfd
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jul 13 12:01:19 2013 -0400

    mal2html-page: Use fixed positioning for ui overlays

 xslt/mallard/html/mal2html-page.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4c099a6d2a2698e7cee9caa2cee92755bc82b721
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Mar 15 18:15:38 2013 +0100

    use system styled close button using named colors
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690559

 xslt/mallard/html/mal2html-page.xsl |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 4d5a215c30a3e4355fad4e383f0f2f73ff0f120d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jul 13 11:35:49 2013 -0400

    Updated .gitignore

 .gitignore |   71 +++++++++++------------------------------------------------
 1 files changed, 14 insertions(+), 57 deletions(-)

commit 6e44d4ea2ba0b8233106584497de279698bb1afa
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jul 13 11:20:40 2013 -0400

    Added html.class.attr and html.class.attr.mode
    
    This is now used throughout all the stylesheets to output the
    class attribute for HTML elements that correspond directly to
    some source element. This makes it much easier for extensions
    to add extra classes for styling based on various conditions.

 xslt/common/html.xsl                        |   46 ++++++
 xslt/dita/html/dita2html-block.xsl          |   58 ++++---
 xslt/dita/html/dita2html-inline.xsl         |    8 +-
 xslt/dita/html/dita2html-list.xsl           |   90 ++++++++--
 xslt/dita/html/dita2html-media.xsl          |   39 +++--
 xslt/dita/html/dita2html-table.xsl          |    8 +-
 xslt/dita/html/dita2html-topic.xsl          |   31 +++-
 xslt/docbook/html/db2html-bibliography.xsl  |   15 ++-
 xslt/docbook/html/db2html-block.xsl         |   62 ++++++--
 xslt/docbook/html/db2html-callout.xsl       |    5 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   20 ++-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   21 ++-
 xslt/docbook/html/db2html-division.xsl      |   11 +-
 xslt/docbook/html/db2html-ebnf.xsl          |    5 +-
 xslt/docbook/html/db2html-footnote.xsl      |    6 +-
 xslt/docbook/html/db2html-inline.xsl        |    6 +-
 xslt/docbook/html/db2html-list.xsl          |  112 ++++++++++---
 xslt/docbook/html/db2html-math.xsl          |    6 +-
 xslt/docbook/html/db2html-media.xsl         |   40 ++++-
 xslt/docbook/html/db2html-refentry.xsl      |    5 +-
 xslt/docbook/html/db2html-table.xsl         |   46 ++++--
 xslt/docbook/html/db2html-xref.xsl          |   15 ++-
 xslt/mallard/html/mal2html-block.xsl        |  233 +++++++++++++++------------
 xslt/mallard/html/mal2html-gloss.xsl        |    5 +-
 xslt/mallard/html/mal2html-inline.xsl       |   14 +-
 xslt/mallard/html/mal2html-links.xsl        |   27 ++--
 xslt/mallard/html/mal2html-list.xsl         |  174 +++++++++++---------
 xslt/mallard/html/mal2html-math.xsl         |    5 +-
 xslt/mallard/html/mal2html-media.xsl        |  187 +++++++++++----------
 xslt/mallard/html/mal2html-page.xsl         |   52 ++----
 xslt/mallard/html/mal2html-svg.xsl          |   47 +++---
 xslt/mallard/html/mal2html-table.xsl        |   58 ++++---
 32 files changed, 920 insertions(+), 537 deletions(-)

commit 39114b93e6d691be8defec0c8d4e8ecb12e9df62
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Jul 5 13:42:23 2013 -0400

    db2html-table: Fixed some issues with HTML tables

 xslt/docbook/html/db2html-css.xsl   |    8 ++-
 xslt/docbook/html/db2html-table.xsl |  176 ++++++++++++++++++++++++++---------
 2 files changed, 140 insertions(+), 44 deletions(-)

commit a5e052acd6d46228538b1145a86e60367843b651
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jun 19 14:24:47 2013 -0400

    Added "center" and "button" style hints to links

 xslt/common/html.xsl                 |    1 +
 xslt/mallard/html/mal2html-links.xsl |   74 ++++++++++++++++++++++++++++++++++
 xslt/mallard/html/mal2html-page.xsl  |   19 +++++++-
 3 files changed, 91 insertions(+), 3 deletions(-)

commit 4d67a259601bceb820c8d075e2fc6697e6df6fdf
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 13 20:43:29 2013 -0400

    Version 3.8.1

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)