Skip to content

Commit

Permalink
[#2302] make css link absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 24, 2012
1 parent f6feb1e commit 61fbf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/app_globals.py
Expand Up @@ -54,4 +54,4 @@ def __init__(self):
self.datasets_per_page = int(config.get('ckan.datasets_per_page', '20'))

# cusom styling
self._set_main_css('base/css/main.css')
self._set_main_css('/base/css/main.css')

0 comments on commit 61fbf7f

Please sign in to comment.