# HG changeset patch # User Germán Póo-Caamaño # Date 1240328153 14400 # Node ID 7bf4d6fd3cc31424d3f1761d42d3fb57f0d6327c # Parent 4c42e8efb2e1b7b5bfe66a7e8da7281b55054b11 Ajuste de estilo para eliminar una imagen no utilizada para anuncios generales diff -r 4c42e8efb2e1 -r 7bf4d6fd3cc3 images/download.jpg Binary file images/download.jpg has changed diff -r 4c42e8efb2e1 -r 7bf4d6fd3cc3 style.css --- a/style.css Tue Apr 21 00:49:20 2009 -0400 +++ b/style.css Tue Apr 21 11:35:53 2009 -0400 @@ -60,7 +60,7 @@ /* Advertising */ -#ad { background: #FFF url(images/download.jpg) no-repeat left; padding-left: 95px; min-height: 80px; margin-bottom: 15px;} +#ad { background: #FFF; color: #000; padding-left: 95px; padding-right: 95px; min-height: 80px; margin-bottom: 15px;} #ad a, #left_side a { background: #FFF; text-decoration: none } #ad a:hover, #left_side a:hover { text-decoration: underline }