diff --git a/src/lib/data/html/about.html b/src/lib/data/html/about.html index 16787f930..c0315cfa3 100644 --- a/src/lib/data/html/about.html +++ b/src/lib/data/html/about.html @@ -12,7 +12,7 @@ dl {margin-top: 0px;} dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%} dd {color: black;margin: 0 0 0.3em 28%;} p {margin-%LEFT_STR%: 1%;} -.about-img {float: %RIGHT_STR%;} +.about-img {float: %RIGHT_STR%;margin-top:10px;width:230px;} diff --git a/src/lib/data/html/config.html b/src/lib/data/html/config.html index 8b699f429..831de0894 100644 --- a/src/lib/data/html/config.html +++ b/src/lib/data/html/config.html @@ -12,7 +12,7 @@ dl {margin-top: 0px;} dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%} dd {color: black;margin: 0 0 0.3em 28%;} p {margin-%LEFT_STR%: 1%;} -.about-img {float: %RIGHT_STR%;} +.about-img {float: %RIGHT_STR%;margin-top:10px;width:230px;} table.tbl {width: 100%;margin: 15px 0;border-radius: 4px;padding: 0px;border: 2px solid #aaa;border-collapse: separate;} .tbl th{border-radius: 2px;border: 1px solid #aaa;padding: 1px 3px;background: #eee;font-style:italic;} .tbl th[colspan="2"] {text-align: center;background: #ddd;font-style:normal;}