
11 Jun
2013
11 Jun
'13
9:25 a.m.
--- ChangeLog | 4 ++++ doc/doc.css | 12 ++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7333963..f8973ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-16 Guillaume Lazzara <z@lrde.epita.fr> + + * doc/doc.css: Add a new CSS class. + 2013-05-15 Guillaume Lazzara <z@lrde.epita.fr> Add more links into main documentation. diff --git a/doc/doc.css b/doc/doc.css index 72a4b19..7801988 100644 --- a/doc/doc.css +++ b/doc/doc.css @@ -25,3 +25,15 @@ table.itable width:850px; table-layout:fixed; } + + +table.typedeftable td +{ + vertical-align: top; +} + +table.typedeftable +{ + width:600px; + table-layout:fixed; +} -- 1.7.2.5