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
path: root/static
diff options
context:
space:
mode:
authorlubang <purebuddy@gmail.com>2019-06-09 08:29:27 +0300
committerGitHub <noreply@github.com>2019-06-09 08:29:27 +0300
commit0a346f10252f8fb38566944950f70db5867ab735 (patch)
treec773daddb85b9f50d55661358a92ab7dfdca3cc8 /static
parenta883ba2958eb2741d020ed457b6ac59a974e8dc0 (diff)
parent28a248c8be16372566977fad866dcd3bc2faacd5 (diff)
Merge pull request #7 from lubang/developHEADv2.1.0master
release v2.1.0
Diffstat (limited to 'static')
-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;
}