Skip to content

Commit 61bb280

Browse files
committed
Restrict all images to be no more than 400px high
1 parent dd1b9d3 commit 61bb280

File tree

13 files changed

+21
-24
lines changed

13 files changed

+21
-24
lines changed

_includes/download_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="download-source">
2-
<h3 class="download-source-header">Downloads</h3>
2+
<h3 class="download-source-header">Download Source</h3>
33
<a class="zip-download-link" href="https://github.com/OpenLiveWriter/OpenLiveWriter/archive/0.5.0.0.zip"></a>
44
<a class="tar-download-link" href="https://github.com/OpenLiveWriter/OpenLiveWriter/archive/0.5.0.0.tar.gz"></a>
55
</div>

_includes/news_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ <h2>
99
{{ post.date | date_to_string }}
1010
</span>
1111
<a href="https://github.com/{{ post.author }}" class="post-author">
12-
<img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }} avatar" width="24" height="24">
12+
<img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }} avatar" width="24" height="24" />
1313
{{ post.author }}
1414
</a>
1515
</div>
1616
<div class="post-content">
1717
{{ post.content }}
1818
</div>
19-
</article>
19+
</article>

_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ <h2 id="project_tagline">{{ page.subtitle }}</h2>
6464
})
6565
</script>
6666
<style>
67-
body {
68-
background: #F2F2F2;
69-
}
7067
/* Make the navigation tab bar have a purple background */
7168
.nav-tabs {
7269
background-color: #7E4999;

getting-started/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ <h3>Give your post a title</h3>
2121

2222
<p>Type a title for your post where it says <strong>Enter a post title</strong>. </p>
2323

24-
<p><img title="" style="display: inline" alt="Enter title" src="/getting-started/title.png" width="465" height="316" /></p>
24+
<p><img title="" style="display: inline" alt="Enter title" src="/getting-started/title.png" /></p>
2525

2626
<h3>Start writing your story</h3>
2727

2828
<p>Write your story in the post window. If you want to format the text, use the commands in the ribbon. Create headings by using the options in the <strong>HTML styles</strong> group. Change the style of a font by using the options in the <strong>Font</strong> group. You can add links, pictures or video from the <strong>Insert</strong> group.</p>
2929

30-
<p><img title="story" style="display: inline" alt="An example blog post" src="/getting-started/story.png" width="465" height="308" /></a></p>
30+
<p><img title="story" style="display: inline" alt="An example blog post" src="/getting-started/story.png" /></a></p>
3131

3232
<h3>Publish your story</h3>
3333

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3><a id="welcome-to-open-live-writer" class="anchor" href="#welcome-to-open-li
1414
<a href="https://movabletype.org/">Moveable Type</a>,
1515
<a href="http://dasblog.codeplex.com/">DasBlog</a> and many more.</p>
1616
<!-- Screenshot -->
17-
<p><img src="images/OLW_screenshot.png" height="400" align="right"/></p>
17+
<p><img src="images/OLW_screenshot.png" align="right" /></p>
1818
<!-- About -->
1919
<h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
2020

setupFTP/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ <h2>Setting up FTP</h2>
2020
<p>Once you have these, you can enter the settings by going to:</p>
2121
<ul>
2222
<li>Click on Blog Account</li>
23-
<img src="homeTab.png">
23+
<img src="homeTab.png" />
2424
<li>Then click on Blog Options</li>
25-
<img src="blogOptions.png">
25+
<img src="blogOptions.png" />
2626
<li>Click on Pictures</li>
27-
<img src="pictures.png">
27+
<img src="pictures.png" />
2828
<li>Click on the FTP site:</li>
29-
<img src="ftp.png">
29+
<img src="ftp.png" />
3030
<li>Then fill in the information you have already gathered.</li>
3131
<ul>

stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ img {
142142
position: relative;
143143
margin: 0 auto;
144144
max-width: 739px;
145+
max-height: 400px;
145146
padding: 5px;
146147
margin: 10px 0 10px 0;
147-
148148
}
149149

150150
p img {

tutorials/addBlogAccts/blogger.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ol>
1010
<li>When you first start OpenLiveWriter, you are prompted to add an account: <img src="images/configureOpenLiveWriter.png" /></li>
11-
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png"></li>
12-
<li>Click Home - Account List - Add blog account <img src="images/homeAddblogAcct.png" /></li>
11+
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png" /></li>
12+
<li>Click Home - Account List - Add blog account <img src="images/addBlogAcct.png" /></li>
1313
</ol>
1414

1515
<p>First choose the blog type:</p>

tutorials/addBlogAccts/other.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ol>
1010
<li>When you first start OpenLiveWriter, you are prompted to add an account: <img src="images/configureOpenLiveWriter.png" /></li>
11-
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png"></li>
12-
<li>Click Home - Account List - Add blog account <img src="images/homeAddblogAcct.png" /></li>
11+
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png" /></li>
12+
<li>Click Home - Account List - Add blog account <img src="images/addBlogAcct.png" /></li>
1313
</ol>
1414

1515
<p>First choose the blog type:</p>

tutorials/addBlogAccts/typepad.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ol>
1010
<li>When you first start OpenLiveWriter, you are prompted to add an account: <img src="images/configureOpenLiveWriter.png" /></li>
11-
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png"></li>
12-
<li>Click Home - Account List - Add blog account <img src="images/homeAddblogAcct.png" /></li>
11+
<li>Click File - Options - Accounts: <img src="images/fileOptionsAccount.png" /></li>
12+
<li>Click Home - Account List - Add blog account <img src="images/addBlogAcct.png" /></li>
1313
</ol>
1414

1515
<p>First choose the blog type:</p>

0 commit comments

Comments
 (0)