From a847ac2f16eab830b4421a4a9643cb9ee58b30ae Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 13:34:59 -0700 Subject: Ligeros cambios en el CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nadamas algo de colores que no se veĆ­an. --- views/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/style.css') diff --git a/views/style.css b/views/style.css index 44be2e0..3a1f6e7 100644 --- a/views/style.css +++ b/views/style.css @@ -86,7 +86,7 @@ body { #body blockquote blockquote { margin: 10px; } #body pre { margin: 20px 170px; - border: 1px solid #999999; + border: 1px solid #cccccc; background-color: #eeeeee; padding: 10px; } @@ -110,21 +110,21 @@ hr { margin: 10px 90px; } #body input.title { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body input.url { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body textarea.text { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; -- cgit