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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 2a0dc74..f0002e2 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -173,7 +173,7 @@ dt {
}
.post-meta, .post-meta a, .post-meta a:visited {
- display: inline-block;
+ display: block;
color: #4A4A4A;
font-size: 14px;
line-height: 1.7em;
@@ -341,6 +341,25 @@ dt {
}
/*
+* Tags
+*/
+.tags {
+ padding: 0px 30px 30px 30px;
+}
+
+.tags .tag {
+ display: inline-block;
+ margin: 5px;
+ padding: 5px 10px 5px 10px;
+ border: 1px dashed #dddddd;
+ border-radius: 5px;
+}
+
+.tags .tag:hover {
+ background-color: #eeeeee;
+}
+
+/*
* Projects
*/
.project {