diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml
index c4398cf..439e208 100644
--- a/app/views/layouts/application.rhtml
+++ b/app/views/layouts/application.rhtml
@@ -34,7 +34,7 @@
%>
<%=
# Load the principal css files:
- stylesheet_import( %w( common help menu article button search blocks forms login-box thickbox )
+ stylesheet_import( %w( common help menu article button search blocks forms login-box thickbox profiles )
) + "\n" +
stylesheet_import( %w( common help menu article button search blocks forms login-box ),
:themed_source => true ) + "\n" +
diff --git a/public/stylesheets/profiles.css b/public/stylesheets/profiles.css
new file mode 100644
index 0000000..f4dda7e
--- /dev/null
+++ b/public/stylesheets/profiles.css
@@ -0,0 +1 @@
+@import url('blocks/profile-list-block.css');
--
libgit2 0.21.2