aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-07-24 19:54:45 +0800
committerZhiming Wang <zmwangx@gmail.com>2016-07-24 19:54:45 +0800
commit4151a170e991fa73b8b52111bf88508a99c57da1 (patch)
tree77d70d9ca5176c7654695bc211562ff514a4d5c9 /source/css/theme.css
parenta6ef3857971f57d1a4a2e3fedf505e11547187b2 (diff)
downloadmy_new_personal_website-4151a170e991fa73b8b52111bf88508a99c57da1.tar.xz
my_new_personal_website-4151a170e991fa73b8b52111bf88508a99c57da1.zip
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.
Diffstat (limited to '')
-rw-r--r--source/css/theme.css24
1 files changed, 0 insertions, 24 deletions
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;
-}