aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index 9efb30308..60243d870 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -15,13 +15,17 @@ div.contents hr {
/**** ****/
-/* limits the width of paragraphs */
p, dl.warning, dl.attention, dl.note
{
max-width:60em;
text-align:justify;
}
+li {
+ max-width:55em;
+ text-align:justify;
+}
+
img {
border: 0;
}