Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
load main.css from the right path
  • Loading branch information
asedeno authored and ebroder committed Mar 26, 2010
1 parent 82ad846 commit 2dc4b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluechips/templates/mobile/base.mako
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>${self.title()}</title>
${h.stylesheet_link('/css/main.css')}
${h.stylesheet_link('%s/css/main.css' % request.script_name)}
<link media="only screen and (max-device-width: 480px)" href="${request.script_name}/css/mobile.css" type="text/css" rel="stylesheet" />
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" />
<link rel="apple-touch-icon" href="${request.script_name}/icons/apple-touch.png" />
Expand Down

0 comments on commit 2dc4b87

Please sign in to comment.