Changeset - a52ea8fcddf2
[Not reviewed]
default
0 2 0
Branko Majic (branko) - 11 years ago 2013-07-25 20:33:08
branko@majic.rs
Noticket: Tiny styling fix for missing horisontal rulers.
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conntrackt/templates/conntrackt/entity_detail.html
Show inline comments
 
@@ -9,6 +9,7 @@
 
<div class="row">
 
  <h1 class="span12">{{entity.name}}</h1>
 
</div>
 
<hr>
 

	
 
{% if entity.description %}
 
<div class="row">
conntrackt/templates/conntrackt/project_detail.html
Show inline comments
 
@@ -7,6 +7,7 @@
 
<div class="row">
 
  <h1 class="span12">{{project.name}}</h1>
 
</div>
 
<hr>
 

	
 
{% if project.description %}
 
<div class="row">
0 comments (0 inline, 0 general)