X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/bb0260c8342c30f86bcf04916f18117da48f3c87..d52450ecfffa09f3e511dc17e6c1c51428f0be7d:/doc/style.css diff --git a/doc/style.css b/doc/style.css index e414736ff..b399e2643 100644 --- a/doc/style.css +++ b/doc/style.css @@ -39,18 +39,18 @@ clear: both; } -#tags { +#footer { + clear: both; margin: 1em 0; + border-top: 1px solid #000; } -#backlinks { - margin: 1em 0; +div.tags { + margin-top: 1em; } -#footer { - clear: both; - margin: 1em 0; - border-top: 1px solid #000; +#backlinks { + margin-top: 1em; } #searchform { @@ -113,6 +113,7 @@ td.changelog { clear: both; font-style: italic; display: block; + margin-top: 1em; } /* Used for invalid form fields. */ @@ -268,3 +269,12 @@ input#openid_url { -moz-opacity: 0.95; filter: alpha(opacity=95); } + +/* Formbuilder styling */ +fieldset { + margin: 1ex 0; + border: 1px solid black; +} +legend { + padding: 0 1ex; +}