diff rhodecode/templates/password_reset.html @ 611:edf8567be8ed

css cleanup, fixed rounded corners, removed obsolete images and css imports
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 15:19:51 +0200
parents f99075170eb4
children a1ec653f5f95
line wrap: on
line diff
--- a/rhodecode/templates/password_reset.html	Mon Oct 18 04:11:59 2010 +0200
+++ b/rhodecode/templates/password_reset.html	Mon Oct 18 15:19:51 2010 +0200
@@ -8,20 +8,14 @@
         <meta name="robots" content="index, nofollow"/>
             
         <!-- stylesheets -->
-        <link rel="stylesheet" type="text/css" href="/css/reset.css" />
         <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
-        <link id="color" rel="stylesheet" type="text/css" href="/css/colors/blue.css" />
-
-        <!-- scripts -->
 
     </head>
     <body>
 		<div id="register">
 			
-			<div class="title">
+			<div class="title top-left-rounded-corner top-right-rounded-corner">
 				<h5>${_('Reset You password to rhodecode')}</h5>
-                <div class="corner tl"></div>
-                <div class="corner tr"></div>				
 			</div>
 			<div class="inner">
 			    ${h.form(url('password_reset'))}