From 4151a170e991fa73b8b52111bf88508a99c57da1 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Sun, 24 Jul 2016 19:54:45 +0800
Subject: Move CSS specific to index.html and pub/index.html...

from theme.css into their respective Markdown source files, now that we
support per-page custom CSS.
---
 source/css/theme.css | 24 ------------------------
 1 file changed, 24 deletions(-)

(limited to 'source/css')

diff --git a/source/css/theme.css b/source/css/theme.css
index 5c3dd684..3a77d7f3 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -269,27 +269,3 @@ noscript a {
     font-family: fontello;
     font-size: 95%;
 }
-
-.hidden-link {
-    color: inherit;
-    cursor: text;
-    text-decoration: none;
-}
-
-/* blog index */
-
-.blog-index-year-title {
-    text-align: left;
-}
-
-.blog-index-yearly-index {
-    margin-left: 1em;
-}
-
-.blog-index td {
-    vertical-align: top;
-}
-
-.blog-index-post-date {
-    width: 5em;
-}
-- 
cgit v1.2.1