diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-28 21:51:16 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-28 21:51:16 +0100 |
| commit | 6278deb7a206ed8b0e9660eac3633a6ae7572783 (patch) | |
| tree | b502489138244b2fcc9bc621bcfac2bac4db4dc9 | |
| parent | 83abaa9b4491d078c4131f1eaee275cc4bfa6e35 (diff) | |
Page uses available width better, no jumping margins
| -rw-r--r-- | bin/_template.html | 2 | ||||
| -rw-r--r-- | doc/gf-refman.html | 2 | ||||
| -rw-r--r-- | index.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/_template.html b/bin/_template.html index 115683a73..abbd462d8 100644 --- a/bin/_template.html +++ b/bin/_template.html @@ -29,7 +29,7 @@ $for(header-includes)$ $endfor$ </head> <body> -<div class="container my-5"> +<div class="container-fluid my-5" style="max-width:1200px"> $if(title)$ <header id="title-block-header"> diff --git a/doc/gf-refman.html b/doc/gf-refman.html index 687e3e490..d052787f4 100644 --- a/doc/gf-refman.html +++ b/doc/gf-refman.html @@ -15,7 +15,7 @@ </style> </HEAD> <BODY> -<div class="container my-5"> +<div class="container-fluid my-5" style="max-width:1200px"> <P ALIGN="center"> <CENTER> diff --git a/index.html b/index.html index e7dd297b6..6c79ec1cf 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ </head> <body> -<div class="container"> +<div class="container-fluid" style="max-width:1200px"> <div class="m-4 text-center"> <img style="height:250px" src="doc/Logos/gf1.svg" alt="GF Logo"> @@ -55,7 +55,7 @@ <a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2"> <i class="fab fa-readme mr-1"></i> - RGL Library Synopsis + RGL Synopsis </a> </div> |
