X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/04583383192d23e0d5341d2688feb0460c71a7b1..d52450ecfffa09f3e511dc17e6c1c51428f0be7d:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 0143b8fac..b399e2643 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,20 +35,22 @@ padding: .2em .4em; } -#backlinks { - margin: 1em 0; +.tags { + clear: both; } -.tags { +#footer { clear: both; + margin: 1em 0; + border-top: 1px solid #000; } div.tags { - border-top: 1px solid #000; + margin-top: 1em; } -#footer { - margin: 1em 0; +#backlinks { + margin-top: 1em; } #searchform { @@ -111,6 +113,7 @@ td.changelog { clear: both; font-style: italic; display: block; + margin-top: 1em; } /* Used for invalid form fields. */ @@ -266,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; +}