Commit 3fb4b9aac01f2299a929bb94a3e1b4c6ab3f1c0f

Authored by Antonio Terceiro
1 parent 2be42e59

ActionItem370: always adding the style for profile listings

app/views/layouts/application.rhtml
... ... @@ -34,7 +34,7 @@
34 34 %>
35 35 <%=
36 36 # Load the principal css files:
37   - stylesheet_import( %w( common help menu article button search blocks forms login-box thickbox )
  37 + stylesheet_import( %w( common help menu article button search blocks forms login-box thickbox profiles )
38 38 ) + "\n" +
39 39 stylesheet_import( %w( common help menu article button search blocks forms login-box ),
40 40 :themed_source => true ) + "\n" +
... ...
public/stylesheets/profiles.css 0 → 100644
... ... @@ -0,0 +1 @@
  1 +@import url('blocks/profile-list-block.css');
... ...