Skip to content

Commit

Permalink
Add align-center reStructuredText style
Browse files Browse the repository at this point in the history
  • Loading branch information
akrylysov committed Mar 27, 2018
1 parent 33758b1 commit 17d3e26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yozuch/themes/foundation/assets/css/yozuch.css
Expand Up @@ -172,6 +172,12 @@ div.system-message {
background-color: red;
}

img.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}

/* Document */
.post span.date {
color: gray;
Expand Down

0 comments on commit 17d3e26

Please sign in to comment.