[vala/wip/mjog/valadoc-style-ephy: 252/253] valadoc: Fix a few errors and warnings in stylesheet



commit 7675d7411b69a0112005caa57f774cf168ba29da
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Nov 19 11:58:20 2018 +0100

    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;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]