[gimp-web/testing] Styling fix for short pages (footer extends to fill viewport now)
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Styling fix for short pages (footer extends to fill viewport now)
- Date: Mon, 23 Nov 2015 23:08:09 +0000 (UTC)
commit 7b5c3bdb110314f0ab97d0c2f2e005f694ef4fe9
Author: Pat David <patdavid gmail com>
Date: Mon Nov 23 17:07:15 2015 -0600
Styling fix for short pages (footer extends to fill viewport now)
themes/newgimp/static/css/page.css | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index 1841835..d14ee8c 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -1,3 +1,12 @@
+body {
+ background-color: #0e2426;
+}
+
+#pushPage {
+ background-color: white;
+}
+
+
.page_content {
text-align: left;
padding-top: 0;
@@ -94,7 +103,8 @@ figure figcaption {
.container.title {
box-shadow: 0 8px 6px -7px #ddd;
box-shadow: 0 8px 8px -8px #ccc;
- margin: 1.5rem auto;
+ margin: 0 auto 1.5rem auto;
+ padding-top: 1.5rem;
max-width: 37rem;
text-align: center;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]