small pixel drawing of a pufferfish vore

remove date, restyle a lil
Jes Olson j3s@c3f.net
Mon, 20 Mar 2023 22:32:43 -0700
commit

80236e48436ed4643ac227f21709becf78d38f82

parent

8ea611cdb8916ba9c3c236a9da22bc5668aa69b4

2 files changed, 6 insertions(+), 13 deletions(-)

jump to
M files/style.cssfiles/style.css

@@ -1,6 +1,6 @@

html { font-family: monospace; - max-width: 600px; + max-width: 500px; margin: 10px auto; /* make sure the scrollbar is always shown so the width doesnt change between pages */

@@ -32,12 +32,10 @@ padding-right: 20px;

} ul li { - padding: 0.4rem; - font-size: 1rem; -} - -ul li:before { - content: '=>'; + padding-top: 0.4rem; + padding-bottom: 0.4rem; + font-size: 1.05rem; + border-bottom: 1px dotted #000; } nav a {

@@ -58,5 +56,5 @@ }

.puny { color: grey; - font-size: 0.9rem; + font-size: 0.75rem; }
M files/user.tmpl.htmlfiles/user.tmpl.html

@@ -7,7 +7,6 @@ {{ if .LoggedIn }}

<p> -> <a href="/feeds">add your first feed</a></p> {{ end }} {{ end }} - <ul> {{ range .Data.Items }} <a href="{{ .Link }}">

@@ -15,10 +14,6 @@ <li>

{{ .Title }} <span class=puny> {{ .Link | printDomain }} - </span> - <br> - <span class=puny> - {{ .Date.Format "2006-01-02" }} </span> </li> </a>