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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-04-02 17:45:19 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-04-02 17:45:19 +0300
commitdbb99e456536305b2fcedb46e198ed1bd6cb18a8 (patch)
tree03e9b24c56e30af65c4b108646b110b934793691
parent867e0e8fdf221635ea460bf7aeee297e3d31f600 (diff)
Center images in articles
-rw-r--r--static/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index be639f4..c6ddd85 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -239,8 +239,9 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
}
-article img {
+article section img {
max-width: 100%;
height: auto;
+ margin: 13px auto;
}