aboutsummaryrefslogtreecommitdiff
path: root/themes/XMin/static/css
diff options
context:
space:
mode:
authormartin@ashbysoft.com <martin@ashbysoft.com>2021-11-09 21:56:13 +0000
committermartin@ashbysoft.com <martin@ashbysoft.com>2021-11-09 21:56:13 +0000
commit5c677a0c5495a4194462facbd1fc740d86830e52 (patch)
tree998fc4111ecd0bc421ed650f97924427677d3d22 /themes/XMin/static/css
parent5934289589ba9803930a07f4159790f78bb6f29e (diff)
downloadmfashby.net-5c677a0c5495a4194462facbd1fc740d86830e52.tar.gz
mfashby.net-5c677a0c5495a4194462facbd1fc740d86830e52.tar.bz2
mfashby.net-5c677a0c5495a4194462facbd1fc740d86830e52.tar.xz
mfashby.net-5c677a0c5495a4194462facbd1fc740d86830e52.zip
Add RSS link. Don't center footer content. Add title to content list
Diffstat (limited to 'themes/XMin/static/css')
-rw-r--r--themes/XMin/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/XMin/static/css/style.css b/themes/XMin/static/css/style.css
index 4dc3ae4..48b563e 100644
--- a/themes/XMin/static/css/style.css
+++ b/themes/XMin/static/css/style.css
@@ -14,7 +14,7 @@ body {
padding: 5px;
border-radius: 5px;
}
-.menu, .article-meta, footer { text-align: center; }
+.menu, .article-meta { text-align: center; }
.title { font-size: 1.1em; }
footer a { text-decoration: none; }
hr {