Changeset - 14870dd5b0ca
[Not reviewed]
0 1 0
James Tauber - 12 years ago 2012-08-31 05:54:30
jtauber@jtauber.com
removed old facebox reference
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/templates/schedule/schedule_edit.html
Show inline comments
...
 
@@ -2,25 +2,24 @@
 

	
 
{% load i18n %}
 
{% load bootstrap_tags %}
 

	
 
{% block head_title %}Conference Schedule Edit{% endblock %}
 

	
 
{% block body_class %}full{% endblock %}
 

	
 
{% block right %}
 
{% endblock %}
 

	
 
{% block extra_head %}
 
    <link rel="stylesheet" href="{{ STATIC_URL }}css/facebox.css" />
 
    <style>
 
        td {
 
            font-size: 9pt;
 
        }
 
        td.slot {
 
            text-align: center;
 
            vertical-align: middle;
 
        }
 
        td.time {
 
            vertical-align: top;
 
            width: 50px;
 
            font-size: 8pt;
0 comments (0 inline, 0 general)