tweaks
parent
8b120e2112
commit
ae0bbce795
4
blog.css
4
blog.css
|
@ -12,8 +12,10 @@ td {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
}
|
}
|
||||||
|
|
||||||
td p {
|
#lights {
|
||||||
word-wrap:anywhere;
|
word-wrap:anywhere;
|
||||||
|
border: 4px solid black;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<p>a dot is a user. + means they've established a webpage. * means they are logged into
|
<p>a dot is a user. + means they've established a webpage. * means they are logged into
|
||||||
the server.</p>
|
the server.</p>
|
||||||
|
|
||||||
<p>
|
<p id="lights">
|
||||||
{{ .Lights }}
|
{{ .Lights }}
|
||||||
<3
|
<3
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue