Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 22:15:46 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 22:15:46 +0300
commit900a76c2393155596bc4a96e163575b7dbec3754 (patch)
treea59a401c97736d8e52179dc5f75119ca607d6e77 /static
parentc808fb9304904ead78f8e0035da936c7bb8a117b (diff)
Simplify rendering of tags/topics, ie no colours
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index 04b4b45..a486ab9 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -24,22 +24,6 @@ a:visited {
font-size: 90%;
}
-.post-meta a {
- margin: 0 0.1em;
- padding: 0.3em 1em;
- color: #fff;
- font-size: 80%;
- text-decoration: none;
-}
-
-a.post-taxonomy-topic {
- background: #f37b1d;
-}
-
-a.post-taxonomy-tag {
- background: #5aba59;
-}
-
article > footer {
text-align: right;
}