From d227fa6302edebdc918347d2c5b23dbb313e7578 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 12 Mar 2014 12:53:11 +0200 Subject: [PATCH] Specify image dimensions in the HTML. --- site/_includes/css/style.css | 4 ---- site/_includes/footer.html | 2 +- site/_includes/news_item.html | 2 +- site/_layouts/news_item.html | 2 +- site/index.html | 2 +- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index 7d261f50..ddb3ede4 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -157,8 +157,6 @@ body > footer img { position: relative; top: 8px; margin-left: 5px; - width: 100px; - height: 30px; opacity: .8; padding: 1px; -webkit-transition: opacity .2s; @@ -591,8 +589,6 @@ article h2:first-child { } .avatar { - width: 24px; - height: 24px; border-radius: 3px; display: inline-block; vertical-align: middle; diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 35c4f78e..6ceb6fcd 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -7,7 +7,7 @@

Proudly hosted by - GitHub • Social coding + GitHub • Social coding

diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html index 696e09e8..08295aa8 100644 --- a/site/_includes/news_item.html +++ b/site/_includes/news_item.html @@ -14,7 +14,7 @@ {{ post.date | date_to_string }} - {{ post.author }} + {{ post.author }} {{ post.author }} diff --git a/site/_layouts/news_item.html b/site/_layouts/news_item.html index 48f723fc..a09e545d 100644 --- a/site/_layouts/news_item.html +++ b/site/_layouts/news_item.html @@ -17,7 +17,7 @@ layout: news {{ page.date | date_to_string }} - {{ page.author }} + {{ page.author }} {{ page.author }} diff --git a/site/index.html b/site/index.html index d2317053..2d0a0d25 100644 --- a/site/index.html +++ b/site/index.html @@ -76,7 +76,7 @@ overview: true
- Free Jekyll hosting on GitHub Pages + Free Jekyll hosting on GitHub Pages

Free hosting with GitHub Pages

Sick of dealing with hosting companies? GitHub Pages are powered by Jekyll, so you can easily deploy your site using GitHub for free—custom domain name and all.