summaryrefslogtreecommitdiff
path: root/project/assets/css/index.css
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-02-05 11:21:30 +1100
committerJed Barber <jjbarber@y7mail.com>2021-02-05 11:21:30 +1100
commit9fd72ae4c4b852b94a2f3fdc760de81206a44857 (patch)
treefdcc9180ad6eed5fc89c212795abd6080996846e /project/assets/css/index.css
parent22467d65f5454dd6b1719aafee50850a5ae96bf3 (diff)
Tagging system created
Diffstat (limited to 'project/assets/css/index.css')
-rw-r--r--project/assets/css/index.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/project/assets/css/index.css b/project/assets/css/index.css
index e5dfd5d..e5f38ca 100644
--- a/project/assets/css/index.css
+++ b/project/assets/css/index.css
@@ -1,12 +1,17 @@
+h4 {
+ text-align: center;
+}
+
+
/* Formatting the index list differently
from regular lists. */
ul.index {
text-align: center;
list-style-type: none;
- margin: 3em 0em 0em 0em;
+ margin: 3em 0em 2em 0em;
padding: 0;
}
@@ -17,6 +22,11 @@ ul.index li {
}
+.taglist {
+ font-size: .83em;
+}
+
+
.post {
font-size: .83em;
}