1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

hide more ads on gmail

This commit is contained in:
Matthias Kretschmann 2013-10-10 10:43:24 +02:00
parent 6bc3dd0686
commit 58b3876b67

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;
}