summaryrefslogtreecommitdiff
path: root/project/assets/css/index.css
diff options
context:
space:
mode:
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;
}