updated the graph view to use the title-band class
This commit is contained in:
		| @ -479,8 +479,14 @@ $this->load->view ( | ||||
|  | ||||
| <div class="mainarea" id="graph_main_mainarea"> | ||||
|  | ||||
| <div class="title"> | ||||
| <?php print htmlspecialchars($project->name)?> | ||||
|  | ||||
| <div class="title-band" id="wiki_show_mainarea_title_band"> | ||||
| 	<div class="title"><?php print htmlspecialchars($project->name);?></div> | ||||
|  | ||||
| 	<div class="actions"> | ||||
| 	</div> | ||||
|  | ||||
| 	<div style='clear: both'></div> | ||||
| </div> | ||||
|  | ||||
| <div> | ||||
|  | ||||
| @ -319,6 +319,7 @@ $this->load->view ( | ||||
| 		<?php endif; ?> | ||||
| 		<a id="issue_home_mainarea_search_button" href='#'><?php print $this->lang->line('Search')?></a> | ||||
| 	</div> | ||||
| 	<div style='clear: both;'></div> | ||||
| </div> | ||||
|  | ||||
| <div class="result" id="issue_home_mainarea_result"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user