From 3fb4b9aac01f2299a929bb94a3e1b4c6ab3f1c0f Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 9 Oct 2008 15:38:26 -0300 Subject: [PATCH] ActionItem370: always adding the style for profile listings --- app/views/layouts/application.rhtml | 2 +- public/stylesheets/profiles.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/stylesheets/profiles.css 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