diff rhodecode/templates/login.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/login.html	Mon Oct 18 04:11:59 2010 +0200
+++ b/rhodecode/templates/login.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="login">
             <!-- login -->
-            <div class="title">
+            <div class="title top-left-rounded-corner top-right-rounded-corner">
                 <h5>${_('Sign In to rhodecode')}</h5>
-                <div class="corner tl"></div>
-                <div class="corner tr"></div>
             </div>
             <div class="inner">            
                 ${h.form(h.url.current(came_from=c.came_from))}