From 724c806d47972c216c5a85f4b4faf0c094fe8879 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 19 Nov 2018 11:58:20 +0100 Subject: [PATCH] valadoc: Fix a few errors and warnings in stylesheet --- valadoc/icons/style.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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; } -- 2.47.2