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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-07-30 14:58:33 +0300
committerVincent Tam <sere@live.hk>2019-07-30 14:58:33 +0300
commit45517ade3c77e476512622b60e98535db6929e85 (patch)
treec0181ccb5fa81f7735e55029b3cbb7ae76578963
parente4cc16b784298e3b62bad84b5a4210c1f3210d4a (diff)
Fixed indentation for a CSS block
-rw-r--r--assets/css/staticman.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index a25791b..bdd08ec 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -81,8 +81,8 @@
}
.staticman-comments form:disabled, .staticman-comments input:disabled, .staticman-comments textarea:disabled {
- opacity: 0.5;
- cursor: not-allowed;
+ opacity: 0.5;
+ cursor: not-allowed;
}
.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments p.reply-notice.hidden {