Changeset - 26285e4c3519
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 11 years ago 2013-07-06 00:26:14
branko@majic.rs
Noticket: Align the project description with toolbar title.
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/project_detail.html
Show inline comments
 
@@ -6,7 +6,11 @@
 
<h1>{{project.name}}</h1>
 

	
 
{% if project.description %}
 
<div>{{project.description}}</div>
 
<div class="row">
 
  <div class="span12">
 
    {{project.description}}
 
  </div>
 
</div>
 
<hr>
 
{% endif %}
 

	
0 comments (0 inline, 0 general)