From: Rico Tzschichholz Date: Mon, 19 Nov 2018 10:58:20 +0000 (+0100) Subject: valadoc: Fix a few errors and warnings in stylesheet X-Git-Tag: 0.43.1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7675d7411b69a0112005caa57f774cf168ba29da;p=thirdparty%2Fvala.git valadoc: Fix a few errors and warnings in stylesheet --- diff --git a/valadoc/icons/style.css b/valadoc/icons/style.css index e56347db8..04cfef868 100644 --- a/valadoc/icons/style.css +++ b/valadoc/icons/style.css @@ -97,7 +97,7 @@ input { .site_title { text-align: left; - font-size: 40; + font-size: 40px; } div.site_footer { @@ -109,8 +109,7 @@ div.site_footer { color: #666; z-index: 1000; width: 222px; - padding: 6px; - padding-left: 12px; + padding: 6px 6px 6px 12px; box-shadow: 0 0 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24); } @@ -285,11 +284,6 @@ h2, h3 { margin-bottom: 6px; } -.main_parameter_table, -.main_errordomain_table, -.main_enum_table { - margin-left: 20px; -} .main_parameter_table_unknown_parameter { color: gray; } @@ -303,7 +297,7 @@ h2, h3 { } .main_parameter_table, .main_errordomain_table, .main_enum_table { - margin-weight: 20px; + margin-right: 20px; margin-left: 20px; } @@ -320,9 +314,7 @@ h2, h3 { } .navi_hr { - border: 0; background-color: #dedede; - height: 1px; border: 0; border-bottom: 1px solid #fff; border-top: 1px solid #dedede; @@ -399,9 +391,8 @@ code { background-repeat: no-repeat; background-color: #eef; border: 1px solid #aaf; - margin: auto; + margin: 20px auto auto auto; width: 90%; - margin-top: 20px; font-weight: bold; }