summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-27 12:55:52 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-27 12:55:52 +0000
commit58de01883a1db1ba6833012c58ee64d75564a46a (patch)
treeedb8e42e36958e20aff495c7ae339651e1b5d403 /modules/profile
parent5f87220ddab78987cdd53abd5f31a9b4d3b6aeaa (diff)
downloadbrdo-58de01883a1db1ba6833012c58ee64d75564a46a.tar.gz
brdo-58de01883a1db1ba6833012c58ee64d75564a46a.tar.bz2
- Patch #105216 by dww: profiles where no longer being themed due to missing CSS.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.css17
-rw-r--r--modules/profile/profile.module3
2 files changed, 0 insertions, 20 deletions
diff --git a/modules/profile/profile.css b/modules/profile/profile.css
deleted file mode 100644
index fee1f370f..000000000
--- a/modules/profile/profile.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/* $Id$ */
-
-.profile {
- clear: both;
- margin: 1em 0;
-}
-.profile .picture {
- float: right;
- margin: 0 1em 1em 0;
-}
-.profile dt {
- margin: 1em 0 0.2em 0;
- font-weight: bold;
-}
-.profile dd {
- margin:0;
-}
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 39a7060de..2994838d7 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -421,9 +421,6 @@ function profile_admin_overview() {
* Menu callback; display a list of user information.
*/
function profile_browse() {
- // Add CSS
- drupal_add_css(drupal_get_path('module', 'profile') .'/profile.css', 'module', 'all', FALSE);
-
$name = arg(1);
list(,,$value) = explode('/', $_GET['q'], 3);