mirror of https://github.com/CGAL/cgal
20% -> auto
This commit is contained in:
parent
963823c23d
commit
784cd89fe5
|
|
@ -343,5 +343,5 @@ div.fragment {
|
||||||
/* Make summary smaller to avoid wrapping of classes and concepts */
|
/* Make summary smaller to avoid wrapping of classes and concepts */
|
||||||
div.summary
|
div.summary
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -343,5 +343,5 @@ div.fragment {
|
||||||
/* Make summary smaller to avoid wrapping of classes and concepts */
|
/* Make summary smaller to avoid wrapping of classes and concepts */
|
||||||
div.summary
|
div.summary
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -334,5 +334,5 @@ div.fragment {
|
||||||
/* Make summary smaller to avoid wrapping of classes and concepts */
|
/* Make summary smaller to avoid wrapping of classes and concepts */
|
||||||
div.summary
|
div.summary
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue