summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-30 15:41:38 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-30 15:41:38 -0600
commitc6adcec5801e7f489555da76e05ebd1249b44512 (patch)
tree519b273b5655444523aafefd090116c8be4a9c16
parent9d0e54228c79d151c30c527ea83efa7479793686 (diff)
archive padding
-rw-r--r--StoneIsland/www/css/blogs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 0dd14166..fd599db9 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -237,6 +237,7 @@ ul.links {
}
#archive .menu .items {
width: 100%;
+
}
#archive .menu .item:first-of-type {
border-top: 1px solid black;
@@ -246,6 +247,9 @@ ul.links {
text-align: center;
border-bottom: 1px solid black;
background: white;
+ padding:12px 0;
+ font-size:14px;
+ letter-spacing:0.7px
}
#archive .scroll {