Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-ads:master commit in: gentoo_ads/ads/templates/
Date: Wed, 04 May 2011 00:57:21
Message-Id: 78a6cc934fbb09a9e33c18f5679e94a8e0d69e6b.robbat2@gentoo
1 commit: 78a6cc934fbb09a9e33c18f5679e94a8e0d69e6b
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:57:04 2011 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:57:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads.git;a=commit;h=78a6cc93
7
8 Drop max-height for now.
9
10 ---
11 gentoo_ads/ads/templates/ads.html | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo_ads/ads/templates/ads.html b/gentoo_ads/ads/templates/ads.html
15 index d63aa28..a1d0a15 100644
16 --- a/gentoo_ads/ads/templates/ads.html
17 +++ b/gentoo_ads/ads/templates/ads.html
18 @@ -16,7 +16,7 @@
19 }
20 div.ads a img {
21 max-width: 125px;
22 - max-height: 125px;
23 + /* max-height: 125px; */
24 border: 0 none;
25 margin: 0.25em 0em;
26 }