miniblog

Miniblog: A command-line static blog system in Common Lisp
Log | Files | Refs | README | LICENSE

commit 82718454c887fa12dcbaaef81d11409eb5554188
parent cfefbd60335eb39722493ece81d1a44a01f65e82
Author: Decay <decay@todayiwilllaunchmyinfantsonintoorbit.com>
Date:   Mon, 21 Dec 2020 17:19:18 -0800

Make the default layout a little nicer

Diffstat:
Mtemplates/template.dtl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/template.dtl b/templates/template.dtl @@ -11,7 +11,7 @@ <style> header#miniblog-header { width: 100%; } section#miniblog-left { float: left; width: 15%; } - section#miniblog-main { float: left; width: {% if links %}65%{% else %}80%{% endif %}; } + section#miniblog-main { float: left; width: 63%; padding-left: 1%; padding-right: 1%; } nav#miniblog-nav { float: left; width: 20%; } div#miniblog-rss { clear: both; } table.calendar { padding: 10px; float: left; }