openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf091623138fb7ae91a0e735f0b751670845ed76
parent 5093df59407c8ce1a41e52c2967ccdf8ecfd2b63
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Sat, 12 Sep 2020 08:50:31 +0100

style fix

Diffstat:
Mii-node/lib/style.css | 5+++--
Mii-node/tpl/topics.tpl | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ii-node/lib/style.css b/ii-node/lib/style.css @@ -75,16 +75,17 @@ body { #echolist .echo, #topiclist .topic { font-weight: normal; text-align: left; - width: 100%; + width: 60%; } #echolist .count, #echolist .topics, #topiclist .topics, #topiclist .posts { text-align: center; } + #echolist .info, #topiclist .info { color: #555555; font-size: smaller; - min-width: 16em; + min-width: 40%; } .today { diff --git a/ii-node/tpl/topics.tpl b/ii-node/tpl/topics.tpl @@ -14,7 +14,7 @@ {{ end }} <td class="topic"><a href="/{{.Head.MsgId}}/1">{{with .Head.Subj}}{{.}}{{else}}No subject{{end}}</a></td> <td class="posts extra">{{.Count}}</td> -<td class="info"><a href="/{{.Tail.MsgId}}#{{.Tail.MsgId}}">{{.Tail.Date | fdate}}</a><br>by {{.Tail.From}}</td> +<td class="info"><span class="subj">{{.Tail.Subj}}</span><br><a href="/{{.Tail.MsgId}}#{{.Tail.MsgId}}">{{.Tail.Date | fdate}}</a><br>by {{.Tail.From}}</td> </tr> {{ end }} </table>