Skip to content

Commit

Permalink
quickfix no css do menu
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloisr committed Mar 13, 2013
1 parent 783dca7 commit 3a1f3ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ div.logo {
height: 75px;
}

a:hover {
text-decoration: none;
a {
color: #005ca1;
&:hover {
text-decoration: none;
}
}

div#menu {
Expand All @@ -70,7 +73,7 @@ div.logo {
float: right;

a,i {
padding: .2em;
padding: .25em;
font-size: 25px;
color: #005ca1;

Expand All @@ -79,6 +82,9 @@ div.logo {
color: white;
}
}
a {
padding: 0;
}
}
}
}
4 changes: 2 additions & 2 deletions todo.list
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Todo:
- layout -> posicionar logo e definir cores
- layout -> definir tipografia
- tela de autenticação no projeto e usar dados do usuário para autenticar também
- guardar os dados na sessão
- reescrever testes que fazem autenticação de repositorio para usar mocks
- finalizar a box do vagrant para desenvolvimento e documentar como usá-la

Done:
- layout -> posicionar logo e definir cores
- criar maneira de testar repositorios svn para testar o autoupdate => mockar tudo
- fix chosen JS
- fix testes
Expand All @@ -17,4 +18,3 @@ Done:
Late
- substituir fixtures por factory girl
- passar testes para minitest (Rails 4) - http://blowmage.com/minitest-rails/
- arrumar mensagem: Rack::File headers parameter replaces cache_control after Rack 1.5.

0 comments on commit 3a1f3ae

Please sign in to comment.