Don't specify border color, let the theme do so

This commit is contained in:
Roberto Rosario
2011-05-01 15:53:17 -04:00
parent b66e996b39
commit c14c9c11c7

View File

@@ -27,7 +27,7 @@
<form action="{% url multi_object_action_view %}" class="form" method="get">
{% if scrollable_content %}
<div style="border: 1px solid black; height: {{ scrollable_content_height }}; overflow: auto;">
<div style="border: 1px solid; height: {{ scrollable_content_height }}; overflow: auto;">
{% endif %}
<table class="table">
<tbody>