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.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index e1a5f4e..e73aecb 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -309,6 +309,10 @@ img {
.post .post-meta-code .desc {
padding-left: 10px;
}
+.post .post-meta-code .desc .fixed-desc {
+ display: inline-block;
+ min-width: 90px;
+}
.post .post-meta-code .highlight {
color: black;
}