diff pylons_app/templates/files/files.html @ 448:4679105ef03e

more css html fixes (+cleanups), rewrote definition list for files merged css
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Sep 2010 07:58:14 +0200
parents 558eb7c5028f
children
line wrap: on
line diff
--- a/pylons_app/templates/files/files.html	Fri Sep 03 07:34:38 2010 +0200
+++ b/pylons_app/templates/files/files.html	Fri Sep 03 07:58:14 2010 +0200
@@ -28,7 +28,7 @@
     <div class="table">
 		<div id="files_data">
 			%if c.files_list:
-				<h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.files_list.path)}</h2>
+				<h3 class="files_location">${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.files_list.path)}</h3>
 					%if c.files_list.is_dir():
 						<%include file='files_browser.html'/>
 					%else: