hide more ads on gmail

This commit is contained in:
Matthias Kretschmann 2013-10-10 10:43:24 +02:00
parent 6bc3dd0686
commit 58b3876b67
1 changed files with 4 additions and 4 deletions

View File

@ -27,13 +27,13 @@
-----------------------------------------*/
/* hide google links in footer but keep layout */
div.aeU {
.aeG div.aeU {
visibility: hidden;
}
.mq {
background: #fff !important;
border: none !important;
/* Ads */
body.aAU .mq {
display: none !important;
}