Changeset - 4aae6bb81005
[Not reviewed]
beta
0 4 0
Marcin Kuzminski - 15 years ago 2011-02-15 18:37:56
marcin@python-works.com
changed all urls for CSS files to use pylons url function
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/errors/error_document.html
Show inline comments
 
@@ -11,7 +11,7 @@
 
        <meta name="robots" content="index, nofollow"/>
 
            
 
        <!-- stylesheets -->
 
        <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
 
        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
 
	    <style type="text/css">
 
	     #main_div{
 
	       border: 0px solid #000;
rhodecode/templates/login.html
Show inline comments
 
@@ -8,7 +8,7 @@
 
        <meta name="robots" content="index, nofollow"/>
 
            
 
        <!-- stylesheets -->
 
        <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
 
        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
 

	
 
    </head>
 
    <body>
rhodecode/templates/password_reset.html
Show inline comments
 
@@ -8,7 +8,7 @@
 
        <meta name="robots" content="index, nofollow"/>
 
            
 
        <!-- stylesheets -->
 
        <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
 
        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
 

	
 
    </head>
 
    <body>
rhodecode/templates/register.html
Show inline comments
 
@@ -8,7 +8,7 @@
 
        <meta name="robots" content="index, nofollow"/>
 
            
 
        <!-- stylesheets -->
 
        <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
 
        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
 

	
 
    </head>
 
    <body>
0 comments (0 inline, 0 general)