mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
Adding minimal <article> images / captions style
This commit is contained in:
parent
36154b2616
commit
83ab93eadc
@ -264,6 +264,14 @@ a, a > code, a > em, a > strong {
|
||||
.mg-article-content {
|
||||
flex: 3 1 35rem; }
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 30rem; }
|
||||
article figcaption {
|
||||
text-align:center;
|
||||
font-style: italic; }
|
||||
|
||||
.mg-feed {
|
||||
color: #bf4d00; }
|
||||
.mg-feed:hover {
|
File diff suppressed because one or more lines are too long
@ -179,6 +179,14 @@ a, a > code, a > em, a > strong {
|
||||
.mg-article-content {
|
||||
flex: 3 1 35rem; }
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 30rem; }
|
||||
article figcaption {
|
||||
text-align:center;
|
||||
font-style: italic; }
|
||||
|
||||
.mg-feed {
|
||||
color: #bf4d00; }
|
||||
.mg-feed:hover {
|
||||
|
@ -54,7 +54,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-f551adb.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-1f5d92e.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lt IE 7]>
|
||||
|
Loading…
Reference in New Issue
Block a user