From 784cd89fe580793417cbcbbb13b4c6d0a869e22d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 12 Dec 2019 15:04:15 +0100 Subject: [PATCH] 20% -> auto --- Documentation/doc/resources/1.8.13/cgal_stylesheet.css | 4 ++-- Documentation/doc/resources/1.8.14/cgal_stylesheet.css | 4 ++-- Documentation/doc/resources/1.8.4/cgal_stylesheet.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/doc/resources/1.8.13/cgal_stylesheet.css b/Documentation/doc/resources/1.8.13/cgal_stylesheet.css index d9c0023a4f8..7311b632554 100644 --- a/Documentation/doc/resources/1.8.13/cgal_stylesheet.css +++ b/Documentation/doc/resources/1.8.13/cgal_stylesheet.css @@ -343,5 +343,5 @@ div.fragment { /* Make summary smaller to avoid wrapping of classes and concepts */ div.summary { - width: 20%; -} \ No newline at end of file + width: auto; +} diff --git a/Documentation/doc/resources/1.8.14/cgal_stylesheet.css b/Documentation/doc/resources/1.8.14/cgal_stylesheet.css index c2a837d4b63..c30ec92aa9e 100644 --- a/Documentation/doc/resources/1.8.14/cgal_stylesheet.css +++ b/Documentation/doc/resources/1.8.14/cgal_stylesheet.css @@ -343,5 +343,5 @@ div.fragment { /* Make summary smaller to avoid wrapping of classes and concepts */ div.summary { - width: 20%; -} \ No newline at end of file + width: auto; +} diff --git a/Documentation/doc/resources/1.8.4/cgal_stylesheet.css b/Documentation/doc/resources/1.8.4/cgal_stylesheet.css index c4653c3d7a3..c49b3c055ac 100644 --- a/Documentation/doc/resources/1.8.4/cgal_stylesheet.css +++ b/Documentation/doc/resources/1.8.4/cgal_stylesheet.css @@ -334,5 +334,5 @@ div.fragment { /* Make summary smaller to avoid wrapping of classes and concepts */ div.summary { - width: 20%; -} \ No newline at end of file + width: auto; +}