[gimp-web/gimp-web-static] Added breathing room to breaks in introduction text (per drc)
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Added breathing room to breaks in introduction text (per drc)
- Date: Fri, 4 Sep 2015 20:00:04 +0000 (UTC)
commit d55aee19b1d8baa5bda7e0bd8b046cf59b86f4dc
Author: Pat David <patdavid gmail com>
Date: Fri Sep 4 14:59:23 2015 -0500
Added breathing room to breaks in introduction text (per drc)
themes/newgimp/static/css/home.css | 4 ++++
themes/newgimp/templates/home.html | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 0c8b94f..80b6549 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -113,6 +113,10 @@ section#introduction h2 {
margin-bottom: 1rem;
}
+section#introduction p {
+ margin-bottom: 0.3rem;
+}
+
nav#menu li#gimp-home {
display: none;
}
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 91afd7e..9707455 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -58,9 +58,13 @@
<h2>The Free & Open Source Image Editor</h2>
<p>
This is the official GIMP website.<br/>
- <strong>GIMP</strong> is an acronym for <strong>GNU Image Manipulation
Program</strong>.<br/>
+ <strong>GIMP</strong> is an acronym for <strong>GNU Image Manipulation
Program</strong>.
+ </p>
+ <p>
It is the Free and Open Source, cross-platform image editor available for
- GNU/Linux, OS X, Windows and more.<br/>
+ GNU/Linux, OS X, Windows and more.
+ </p>
+ <p>
You will find information here about downloading, installing, using, and enhancing
it.
We try to provide as much information about the GIMP community and related projects
as possible.
Grab a properly chilled beverage and enjoy...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]