Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Adding minimal <article> images / captions style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Mar 7, 2019
1 parent 36154b2 commit 83ab93e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 431 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

430 changes: 0 additions & 430 deletions static/bundle-SHORTSHA1-f551adb.css

This file was deleted.

8 changes: 8 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit 83ab93e

Please sign in to comment.