Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/v11.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
PanfilovDenis committed Mar 15, 2013
2 parents 140162f + 8e4a587 commit a1a394b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/custom/_events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
.workshop h6.grey {
white-space: pre-wrap;
}
.event-item {
padding-bottom: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #f4f4f4;
}

// nav-list
.nav-list {
Expand Down
2 changes: 1 addition & 1 deletion app/views/web/events/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.span9
- @events.each do |event|
.row-fluid
.row-fluid.event-item
.span4.sinfo
.col-l
%h5= link_to event.speaker.reverse_full_name, lectors_path(anchor: event.speaker)
Expand Down

0 comments on commit a1a394b

Please sign in to comment.