Compare commits
3 Commits
a21cccc8ec
...
6092c08762
Author | SHA1 | Date | |
---|---|---|---|
6092c08762 | |||
977ad265b1 | |||
e8a19f94e4 |
2
makefile
2
makefile
@ -11,7 +11,7 @@ test: all
|
||||
xdg-open ${DESTDIR}/index.html
|
||||
|
||||
install: all
|
||||
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
|
||||
rsync -vmruLz --delete ${DESTDIR}/ www@${URL}:/www/
|
||||
|
||||
clean:
|
||||
rm -rf ${DESTDIR}
|
||||
|
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div id="links">
|
||||
<a href="./">Home</a>
|
||||
<a href="https://git.alemauri.eu/alema">Gitea<a>
|
||||
<a href="https://github.com/gunboy001">Github<a>
|
||||
<a href="https://git.alemauri.eu/alema">Gitea</a>
|
||||
<a href="https://github.com/gunboy001">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -30,12 +30,12 @@ tr:nth-child(odd) {
|
||||
|
||||
/* List styles */
|
||||
li {
|
||||
/*font-size: 1.25em;*/
|
||||
font-size: 14;
|
||||
}
|
||||
|
||||
/* Paragraphs and text */
|
||||
p {
|
||||
/*font-size: 1.25em;*/
|
||||
font-size: 16;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
@ -69,7 +69,7 @@ footer {
|
||||
footer p {
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
/*font-size: 1em;*/
|
||||
font-size: 12;
|
||||
}
|
||||
|
||||
/* Header style */
|
||||
@ -110,7 +110,7 @@ footer p {
|
||||
height: 80px;
|
||||
text-align: left;
|
||||
line-height: 80px;
|
||||
/*font-size: 1.25em;*/
|
||||
font-size: 16;
|
||||
border: 1px solid black;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user