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:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-13 11:32:06 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-13 11:32:06 +0300
commitf12be43e72dcccefb0eb264c2d11a214d2742286 (patch)
treeea3a66efa1bdb6c035669965d664dfbea2eace70
parent8027af5c06c363f3cf37154d8f4a199a6b944240 (diff)
Remove text indentation in <p>
-rw-r--r--static/css/style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index dd9d2b2..afca35a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -106,7 +106,6 @@ a:hover {
text-decoration: underline;
}
p {
- text-indent: 1.5rem;
padding-bottom: .8rem;
}
blockquote {