mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
Revert "Justify text on blog posts"
That was a mistake.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% capture title_override %}Blog: {{ page.title }}{% endcapture %}
|
||||
{% include header.html %}
|
||||
<main class="blog">
|
||||
<main>
|
||||
{% include postheader.html post=page %}
|
||||
<p></p>
|
||||
{{ content }}
|
||||
|
||||
@@ -36,10 +36,6 @@ a, a:visited {
|
||||
}
|
||||
|
||||
/* Blog */
|
||||
main.blog {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -87,6 +83,9 @@ iframe.youtube {
|
||||
height: 64px;
|
||||
padding-bottom: 8pt;
|
||||
}
|
||||
button.ytp-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Advanced features here, to avoid upsetting retro browsers. */
|
||||
tr:nth-child(odd) {
|
||||
|
||||
@@ -77,10 +77,6 @@ div#socialnew {
|
||||
}
|
||||
|
||||
/* Blog */
|
||||
main.blog { /* requires JS on IE6 */
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
img.heading, img.image {
|
||||
text-align: center;
|
||||
max-width: 100%; /* N/A on IE6 */
|
||||
|
||||
@@ -150,16 +150,9 @@ div#socialold {
|
||||
}
|
||||
|
||||
/* Blog */
|
||||
main.blog {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
div.image {
|
||||
margin: 1em;
|
||||
}
|
||||
img.heading {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user