Commit 3fb4b9aac01f2299a929bb94a3e1b4c6ab3f1c0f
1 parent
2be42e59
Exists in
master
and in
29 other branches
ActionItem370: always adding the style for profile listings
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/application.rhtml
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | %> | 34 | %> |
35 | <%= | 35 | <%= |
36 | # Load the principal css files: | 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 | ) + "\n" + | 38 | ) + "\n" + |
39 | stylesheet_import( %w( common help menu article button search blocks forms login-box ), | 39 | stylesheet_import( %w( common help menu article button search blocks forms login-box ), |
40 | :themed_source => true ) + "\n" + | 40 | :themed_source => true ) + "\n" + |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +@import url('blocks/profile-list-block.css'); |