inline header icon

This commit is contained in:
sejo 2022-04-14 21:12:18 -05:00
parent 9fb0d2f5c9
commit 181158b761
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,8 @@ body{
font-family:sans-serif;
}
#header-icon { float:left; padding: 0.5em 1em 0 0em }
footer{
font-size: x-small;
padding-top:2em;
@ -74,6 +76,7 @@ nav { float: none }
nav, #incoming{ font-size:smaller; }
nav li, #incoming li{ padding:0.2em; }
main li, #incoming li{ padding:0.5em; }
#incoming h1 { font-size: x-large }
table {
font-size: smaller;

View File

@ -20,7 +20,7 @@
</head>
<body>
<header>
<p><a class='icon' href='./home.html' title='{title}'><img src='./img/iconocompudanzas_32.png' style='margin:0' alt='{title}'/></a></p>
<div id='header-icon'><a class='icon' href='./home.html' title='{title}'><img src='./img/iconocompudanzas_32.png' style='margin:0' alt='{title}'/></a></div>
<h1>{ptitle}</h1>
{webtranslation}
</header>