Move the hr into the shaded div
Move the hr into the shaded div, as is already the case with news.
This commit is contained in:
		
							parent
							
								
									cb8f62370d
								
							
						
					
					
						commit
						350bdfa106
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -99,8 +99,8 @@ on {{ blog.0.pub_date|date:"F j, Y" }}</p> | ||||||
| {% endif %} | {% endif %} | ||||||
| 
 | 
 | ||||||
| {% if blog.1.is_recent %} | {% if blog.1.is_recent %} | ||||||
| <hr/> |  | ||||||
| <div class="shaded"> | <div class="shaded"> | ||||||
|  | <hr/> | ||||||
| <h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3> | <h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3> | ||||||
| <p class="date">Posted by {{ blog.1.author.formal_name }} | <p class="date">Posted by {{ blog.1.author.formal_name }} | ||||||
| on {{ blog.1.pub_date|date:"F j, Y" }}</p> | on {{ blog.1.pub_date|date:"F j, Y" }}</p> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Martin Michlmayr
						Martin Michlmayr