Changeset - 774e2c625dd5
[Not reviewed]
6 3 0
Joshua Simmons - 7 years ago 2017-08-10 23:23:24
i@joshuasimmons.name
move inline styles to custom.scss, remove unused pinax templates
9 files changed with 21 insertions and 127 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_account_bar.html
Show inline comments
...
 
@@ -23,3 +23,3 @@
 

	
 
<form id="accountLogOutForm" style="display: none;" action="{% url 'account_logout' %}" method="POST">
 
<form id="accountLogOutForm" action="{% url 'account_logout' %}" method="POST">
 
    {% csrf_token %}
pinaxcon/templates/_default_sidebar.html
Show inline comments
...
 
@@ -11,6 +11,6 @@
 
        {% if level.sponsors %}
 
            <h3 style="margin-top: 3em;">{{ level.name }}</h3>
 
            <h3>{{ level.name }}</h3>
 

	
 
            {% for sponsor in level.sponsors %}
 
                <div style="margin: 10px 0;">
 
                <div>
 
                    {% if sponsor.website_logo %}
...
 
@@ -27 +27,3 @@
 
</div>
 

	
 

	
pinaxcon/templates/pinax/boxes/_box.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/boxes/_box_body.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/file_create.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/file_list.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/page_detail.html
Show inline comments
 
deleted file
pinaxcon/templates/pinax/pages/page_edit.html
Show inline comments
 
deleted file
static/scss/custom.scss
Show inline comments
...
 
@@ -54 +54,17 @@ body.reviews.voting-status {
 
}
 

	
 
#accountLogOutForm {
 
    display: none;
 
}
 

	
 
.sponsor-list h3 {
 
    margin-top: 3em;
 
}
 

	
 
.sponsor-list > div {
 
    margin: 10px 0;
 
}
 

	
 

	
 

	
 

	
0 comments (0 inline, 0 general)