Compare commits
No commits in common. "6092c08762dd80d730db36a1c29500d40ed2d20a" and "a21cccc8ecfa28ec4d02d13848e1ac7f2cda1dcf" have entirely different histories.
6092c08762
...
a21cccc8ec
2
makefile
2
makefile
@ -11,7 +11,7 @@ test: all
|
|||||||
xdg-open ${DESTDIR}/index.html
|
xdg-open ${DESTDIR}/index.html
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
rsync -vmruLz --delete ${DESTDIR}/ www@${URL}:/www/
|
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf ${DESTDIR}
|
rm -rf ${DESTDIR}
|
||||||
|
@ -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>
|
||||||
|
@ -30,12 +30,12 @@ tr:nth-child(odd) {
|
|||||||
|
|
||||||
/* List styles */
|
/* List styles */
|
||||||
li {
|
li {
|
||||||
font-size: 14;
|
/*font-size: 1.25em;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Paragraphs and text */
|
/* Paragraphs and text */
|
||||||
p {
|
p {
|
||||||
font-size: 16;
|
/*font-size: 1.25em;*/
|
||||||
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: 12;
|
/*font-size: 1em;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 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: 16;
|
/*font-size: 1.25em;*/
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user