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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 355f437..000e721 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -301,6 +301,23 @@ ul {
background-color: #f9f2f4;
}
+.post-tags .tags li {
+ margin-bottom: 0;
+ margin-top: 20px;
+}
+
+.post-tags .tags a {
+ display: inline-block;
+ border: 1px solid #a00;
+ border-radius: 4px;
+ padding: 0px 6px;
+ color: #a00;
+ line-height: 20px;
+ font-size: 12px;
+ text-decoration: none;
+ margin: 0 1px;
+}
+
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;