diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 15:58:21 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 15:58:21 -0700 |
| commit | 396b06b88ac6a3afaf816fe29bce239269c3511e (patch) | |
| tree | 339708bc7b3f5721bbd51af1fc631302b0ef7769 /views/style.less | |
| parent | 787621c343b12bbbb0922cc1faf4cdcaa5f4c245 (diff) | |
Cambio de Layout + Favicon
Agregué el favicon nuevo y cambié un poco el layout para darle más enfasis al texto.
Diffstat (limited to 'views/style.less')
| -rw-r--r-- | views/style.less | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/views/style.less b/views/style.less index 972269c..516cbbc 100644 --- a/views/style.less +++ b/views/style.less @@ -41,7 +41,16 @@ body{ margin: 10px 250px; } -#header #logo span{ +#header #logomini{ + background-image: url(/images/logomini.png); + background-repeat: no-repeat; + width: 140px; + height: 65px; + display: block; + margin: 10px 380px; +} + +#header #logo span, #header #logomini span{ display: none; } |