On 08/20/2013 11:47 AM, Laurent Rineau (CGAL/GeometryFactory) wrote:> In cgal/Documentation/, there is two css file:
> stylesheet.css
> cgal_stylesheet.css
>
> Both are used in our cgal/Documentation/header.html:
>
> 09:<link href="$relpath$../Manual/stylesheet.css" rel="stylesheet" type="text/css" />
> 10:<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
>
> The first one has a comment:
>
> /* The standard CSS for doxygen 1.8.2-20120930 */
>
> but that file has been modified during the CGAL meeting.
>
> Should not we only modify the one prefixed by "cgal_"?
That was suggested by Andreas in the following mail:
| Message-ID: <521246FB.5000003@geometryfactory.com>
| Date: Mon, 19 Aug 2013 18:25:31 +0200
| From: Andreas Fabri <andreas.fabri@geometryfactory.com>
| To: cgal develop <cgal-develop@lists-sop.inria.fr>
| Subject: [cgal-develop] newline
|
| Hello,
|
| How can we achieve that between an example at an
| end of a section and the next section heading
| there is enough whitespace.
|
| See here: http://doc.cgal.org/latest/Triangulation_2/index.html#title22
|
| Is that something that can be improved in the css?
|
|
| andreas