Skip to content

Commit

Permalink
Adding CSS to hide the footer - requested by Stefan Niederreiter in s…
Browse files Browse the repository at this point in the history
…unny Munich
  • Loading branch information
Adam Stacoviak committed Apr 11, 2009
1 parent 719c77d commit b5d9b88
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .dotest/0001
@@ -0,0 +1,26 @@
From fefdeca323515c5f11228a1d5d1de134d9042689 Mon Sep 17 00:00:00 2001
From: Adam Stacoviak <adam@gethandcrafted.com>
Date: Sat, 11 Apr 2009 09:17:25 -0500
Subject: Adding CSS to hide the footer - requested by Stefan Niederreiter in sunny Munich

---
mailplane-hide-gmail-ads.css | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/mailplane-hide-gmail-ads.css b/mailplane-hide-gmail-ads.css
index 874e04060a15d5179c562aae3c631408f880057e..b4f448015d3fee7a9e6b05d40d0d469243d8d4e2 100644
--- a/mailplane-hide-gmail-ads.css
+++ b/mailplane-hide-gmail-ads.css
@@ -1,2 +1,7 @@
+/* -- [ Hide the ads ] -- */
.yxEQwb,
-.V3vJRb { display: none; }
\ No newline at end of file
+.V3vJRb { display: none; }
+
+/* -- [ Hide the footer ] -- */
+.l2 { display: none; }
+
--
1.5.4.5

1 change: 1 addition & 0 deletions .dotest/binary
@@ -0,0 +1 @@
t
1 change: 1 addition & 0 deletions .dotest/final-commit
@@ -0,0 +1 @@
Adding CSS to hide the footer - requested by Stefan Niederreiter in sunny Munich
1 change: 1 addition & 0 deletions .dotest/head-name
@@ -0,0 +1 @@
refs/heads/master
5 changes: 5 additions & 0 deletions .dotest/info
@@ -0,0 +1,5 @@
Author: Adam Stacoviak
Email: adam@gethandcrafted.com
Subject: Adding CSS to hide the footer - requested by Stefan Niederreiter in sunny Munich
Date: Sat, 11 Apr 2009 09:17:25 -0500

1 change: 1 addition & 0 deletions .dotest/keep
@@ -0,0 +1 @@
t
1 change: 1 addition & 0 deletions .dotest/last
@@ -0,0 +1 @@
1
Empty file added .dotest/msg
Empty file.
Empty file added .dotest/msg-clean
Empty file.
1 change: 1 addition & 0 deletions .dotest/next
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions .dotest/onto
@@ -0,0 +1 @@
4a2db620217187cb2d14ef244aa7b21f258b29a1
1 change: 1 addition & 0 deletions .dotest/orig-head
@@ -0,0 +1 @@
fefdeca323515c5f11228a1d5d1de134d9042689
21 changes: 21 additions & 0 deletions .dotest/patch
@@ -0,0 +1,21 @@
---
mailplane-hide-gmail-ads.css | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/mailplane-hide-gmail-ads.css b/mailplane-hide-gmail-ads.css
index 874e04060a15d5179c562aae3c631408f880057e..b4f448015d3fee7a9e6b05d40d0d469243d8d4e2 100644
--- a/mailplane-hide-gmail-ads.css
+++ b/mailplane-hide-gmail-ads.css
@@ -1,2 +1,7 @@
+/* -- [ Hide the ads ] -- */
.yxEQwb,
-.V3vJRb { display: none; }
\ No newline at end of file
+.V3vJRb { display: none; }
+
+/* -- [ Hide the footer ] -- */
+.l2 { display: none; }
+
--
1.5.4.5

1 change: 1 addition & 0 deletions .dotest/sign
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions .dotest/utf8
@@ -0,0 +1 @@
t
1 change: 1 addition & 0 deletions .dotest/whitespace
@@ -0,0 +1 @@

0 comments on commit b5d9b88

Please sign in to comment.