[epiphany] overview: remove unnecessary bottom padding
- From: Lorenzo Tilve <ltilve src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] overview: remove unnecessary bottom padding
- Date: Thu, 6 Mar 2014 09:33:24 +0000 (UTC)
commit a861848b662d0b0becc9719170b87663fdfabf23
Author: Lorenzo Tilve <ltilve igalia com>
Date: Wed Mar 5 15:25:11 2014 +0100
overview: remove unnecessary bottom padding
Remove the extra bottom padding from the overview grid which
was creating an artificial scroll to an empty area.
https://bugzilla.gnome.org/show_bug.cgi?id=725190
src/resources/overview.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/overview.html b/src/resources/overview.html
index 6f95e73..cd74511 100755
--- a/src/resources/overview.html
+++ b/src/resources/overview.html
@@ -33,7 +33,7 @@
}
#overview {
- padding: 60px 5px;
+ padding: 60px 5px 0 5px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]