From 03638c746dada910f8b7acdce67c44d46fbc6940 Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 22:42:55 +0200 Subject: remove unused submodules --- themes/lugo/static/style.css | 46 -------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 themes/lugo/static/style.css (limited to 'themes/lugo/static/style.css') diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css deleted file mode 100644 index ce6236c..0000000 --- a/themes/lugo/static/style.css +++ /dev/null @@ -1,46 +0,0 @@ -body { - font-family: sans-serif ; - /* background: #110000 ; */ - /* color: #ccc ; */ - background-image: url("") -} - -main { - max-width: 800px ; - margin: auto ; -} - -img { - max-width: 100% ; -} - -header h1 { - text-align: center ; -} - -footer { - text-align: center ; - clear: both ; -} - -/* For TAGLIST.HTML */ -.taglist { - text-align: center ; - clear: both ; -} - -/* For NEXTPREV.HTML */ -#nextprev { - /* The container for both the previous and next articles. */ -} -#prevart { - float: left ; - text-align: left ; -} -#nextart { - float: right ; - text-align: right ; -} -#nextart,#prevart { - max-width: 33% ; -} -- cgit v1.3-3-ga95d