adjust style
This commit is contained in:
		
							parent
							
								
									c9612d8a1d
								
							
						
					
					
						commit
						ad8718ba49
					
				
					 48 changed files with 4217 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -3,13 +3,13 @@
 | 
			
		|||
  <ul class="timeline">
 | 
			
		||||
    {% for d in dt %}
 | 
			
		||||
    <li class="event" data-from="{{ d.from }}" data-to="{{ d.to }}">
 | 
			
		||||
      {% if d.icon %}
 | 
			
		||||
        <i class="{{ d.icon }} timeline-icon"></i>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
 | 
			
		||||
      <h3>{{ d.title | markdown | safe }}</h3>
 | 
			
		||||
 | 
			
		||||
      {% if d.location %}
 | 
			
		||||
        <p><strong>{{ d.location }}</strong></p>
 | 
			
		||||
        {% if d.icon %}
 | 
			
		||||
          <p> <i class="{{ d.icon }} timeline-icon"></i> <strong>{{ d.location }}</strong></p>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      {% endif %}
 | 
			
		||||
 | 
			
		||||
      <p>{{ d.body | safe }}</p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue