From 16fa65662be42c12a4843b5a1c6275e986885bfd Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 6 Mar 2015 07:38:16 +0000 Subject: [PATCH] add history diagram and style to directory tables --- build/documentation/pages/main_page.dox | 2 +- build/documentation/pages/page_history.dox | 23 +++++++++++++++++++--- build/documentation/style.css | 16 +++++++++++++++ 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/build/documentation/pages/main_page.dox b/build/documentation/pages/main_page.dox index eda8488..c8a6532 100644 --- a/build/documentation/pages/main_page.dox +++ b/build/documentation/pages/main_page.dox @@ -2,7 +2,7 @@ \mainpage Tidy home -\note The repository github.com/htacg/tidy-html5 and this documentation should be considered canonical for HTML Tidy as of 2015-January-15. +\note The repository github.com/htacg/tidy-html5 and this documentation should be considered canonical for HTML Tidy as of 2015-January-15. See \ref history \b Tidy corrects and cleans up HTML content by fixing markup errors such as mismatched, misnested and missing tags, missing end "/" tags, missing quotations et all, eg: diff --git a/build/documentation/pages/page_history.dox b/build/documentation/pages/page_history.dox index 75346ac..88d5f19 100644 --- a/build/documentation/pages/page_history.dox +++ b/build/documentation/pages/page_history.dox @@ -29,9 +29,26 @@ being developed and prepped for a new, stable, and modern release.

to harmonize HTML Tidy into a single, stable, solid release once again.

- -- This repository originally transferred from w3c.github.com/tidy-html5. -- First moved to Github from tidy.sourceforge.net +\code +                                                                                       +  +-----------------------------+                                                      +  | w3.org/People/Raggett/tidy/ |                                                      +  ++-------------+--------------+                                                      +   |             |                                                                     +   |             |    +----------------------+                                         +   |             +--> |tidy.sourceforge.net  |                                         +   |                  +------------------+---+                                         +   |                                     |                                             +   |       +--------------------+------+ | Soon                                        +   +-->    | github.com/w3c/tidy|html5 | |                                             +           +-+------------------+------+ |                                             +             |                           |                                             +             |                           |    +-------------------------------+        +             |                           +->  | You are here:                 |        +             |                                | github.com/htacg/tidy-html5   |        +             +----------------------------->  +----------------------+--------+        +                                                                                       +\endcode */ \ No newline at end of file diff --git a/build/documentation/style.css b/build/documentation/style.css index 9e032c2..e8b9868 100644 --- a/build/documentation/style.css +++ b/build/documentation/style.css @@ -188,6 +188,22 @@ dl.section dd { } + +table.directory tr { + border-bottom: 1px solid #cccccc !important; +} + +table.directory tr:hover { + background-color: #F6FF88 !important; +} + + +table.directory td { + padding: 5px; + font-family: sans-serif; +} + +/*****************************************************/ /* Quickref */ table.quickref { font-size: 9pt;