From 4fd254327cc2c124a0e2e4c85fc7873a7abbd099 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Mon, 24 May 2010 18:57:47 -0300 Subject: [PATCH] changing the time --- app/views/home/index.html.haml | 2 +- public/stylesheets/application.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 402c81d..f2b77ff 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -11,7 +11,7 @@ %p - if @next_meeting.present? - Próximo encontro: #{l @next_meeting.start_on} as 19:00 + Próximo encontro: #{l @next_meeting.start_on} as 19:30 - else Ainda não agendamos a data para o próximo encontro, então fique "de olho" aqui no site ou em nosso twitter para não perder. diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6ec94bd..a9ed0f8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -340,7 +340,7 @@ hr { text-align: center; } #ft li { display: inline; - margin: 10px 25px 10px 0; } + margin: auto 25px 10px auto; } #ft li.first { margin-left: 0; } #ft a {