[gimp-web/gimp-web-static] Added styling for <dd>, <dt>, <dl> elements
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Added styling for <dd>, <dt>, <dl> elements
- Date: Wed, 12 Aug 2015 21:04:58 +0000 (UTC)
commit 90db6f78e48f3c47b29f84a1acd5e92647d59c41
Author: Pat David <patdavid gmail com>
Date: Wed Aug 12 16:04:43 2015 -0500
Added styling for <dd>, <dt>, <dl> elements
themes/newgimp/static/css/gimp.css | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index fd0b63e..2623ba3 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -153,3 +153,18 @@ img {
margin: 0;
width: initial;
}
+
+dl {
+ max-width: 34rem;
+ margin: 0 auto;
+ margin-bottom: 1rem;
+}
+
+dt {
+ margin-top: 1rem;
+ margin-bottom: 0.25rem;
+}
+
+dd {
+ font-weight: 300;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]