[gimp-web/gimp-web-static] Fixed more alt tags, styling news list page
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Fixed more alt tags, styling news list page
- Date: Fri, 9 Oct 2015 19:44:27 +0000 (UTC)
commit 849df86700af773ccdfe51892f266a8a407baba8
Author: Pat David <patdavid gmail com>
Date: Fri Oct 9 14:44:18 2015 -0500
Fixed more alt tags, styling news list page
themes/newgimp/static/css/news-index.css | 13 +++++++++++++
themes/newgimp/templates/home.html | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/static/css/news-index.css b/themes/newgimp/static/css/news-index.css
index 91e3627..ae69678 100644
--- a/themes/newgimp/static/css/news-index.css
+++ b/themes/newgimp/static/css/news-index.css
@@ -26,3 +26,16 @@
max-width: 35rem;
margin: 0 auto;
}
+
+#articles .column.full {
+ text-align: left;
+}
+
+.entry-title, .post-info {
+ max-width: 35rem;
+ margin: 0 auto;
+}
+
+.post-info {
+ margin-bottom: 1rem;
+}
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 9184255..6888641 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -72,7 +72,7 @@
</p>
</div>
- <div class='column half' class='news'>
+ <div class='column half news' >
<h2 id='recent-news'>Recent News</h2>
{% for n in range(4) %}
<div class="news-item">
@@ -227,7 +227,7 @@
</div>
<hr/>
<div class='container'>
- <img src='/images/frontpage/blocks-blue-orange-tall.png'/>
+ <img src='/images/frontpage/blocks-blue-orange-tall.png' alt='Building Blocks Graphic' />
</div>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]