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

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2019-03-23 23:35:17 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2019-03-23 23:35:17 +0300
commiteb810cc2cebdbfae29e74b300e624a845519fedb (patch)
treeee37c61028373c3a36545fd2c25b8f4a0c350d68
parent629f702f625fb4c32afaaa25c984b5f3e4519981 (diff)
fix indentation
-rw-r--r--static/css/story.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/story.css b/static/css/story.css
index ec59f72..e520151 100644
--- a/static/css/story.css
+++ b/static/css/story.css
@@ -218,8 +218,8 @@ body.feature-fignum table caption::before {
margin: 0 1rem 1rem 0;
}
blockquote.tweet {
- border: 1px solid #dfe2e5;
- border-radius: 5px;
+ border: 1px solid #dfe2e5;
+ border-radius: 5px;
padding: 4px 20px;
color: black;
}