From 396b06b88ac6a3afaf816fe29bce239269c3511e Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 15:58:21 -0700 Subject: Cambio de Layout + Favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agregué el favicon nuevo y cambié un poco el layout para darle más enfasis al texto. --- views/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'views/style.css') diff --git a/views/style.css b/views/style.css index 3a1f6e7..7582af3 100644 --- a/views/style.css +++ b/views/style.css @@ -23,7 +23,16 @@ body { display: block; margin: 10px 250px; } +#header #logomini { + background-image: url(/images/logomini.png); + background-repeat: no-repeat; + width: 140px; + height: 65px; + display: block; + margin: 10px 380px; +} #header #logo span { display: none; } +#header #logomini span { display: none; } #header #description p { font-size: 1.4em; line-height: 1.8em; -- cgit