Compare commits

..

3 Commits

Author SHA1 Message Date
6092c08762 changed fonts to be more consistent 2020-08-20 09:24:28 +02:00
977ad265b1 fixed header links 2020-08-20 09:23:58 +02:00
e8a19f94e4 rsync compressed transfer 2020-08-20 09:23:33 +02:00
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ test: all
xdg-open ${DESTDIR}/index.html xdg-open ${DESTDIR}/index.html
install: all install: all
rsync -vruL ${DESTDIR}/ www@${URL}:/www/ rsync -vmruLz --delete ${DESTDIR}/ www@${URL}:/www/
clean: clean:
rm -rf ${DESTDIR} rm -rf ${DESTDIR}

View File

@ -7,7 +7,7 @@
</div> </div>
<div id="links"> <div id="links">
<a href="./">Home</a> <a href="./">Home</a>
<a href="https://git.alemauri.eu/alema">Gitea<a> <a href="https://git.alemauri.eu/alema">Gitea</a>
<a href="https://github.com/gunboy001">Github<a> <a href="https://github.com/gunboy001">Github</a>
</div> </div>
</div> </div>

View File

@ -30,12 +30,12 @@ tr:nth-child(odd) {
/* List styles */ /* List styles */
li { li {
/*font-size: 1.25em;*/ font-size: 14;
} }
/* Paragraphs and text */ /* Paragraphs and text */
p { p {
/*font-size: 1.25em;*/ font-size: 16;
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} }
@ -69,7 +69,7 @@ footer {
footer p { footer p {
padding: 10px; padding: 10px;
margin: 0px; margin: 0px;
/*font-size: 1em;*/ font-size: 12;
} }
/* Header style */ /* Header style */
@ -110,7 +110,7 @@ footer p {
height: 80px; height: 80px;
text-align: left; text-align: left;
line-height: 80px; line-height: 80px;
/*font-size: 1.25em;*/ font-size: 16;
border: 1px solid black; border: 1px solid black;
overflow: hidden; overflow: hidden;
} }