Equalize the widths of the two columns in the formatting help table

(imported from commit f0a1c7216cfbee777eac4827209ab93c32056515)
This commit is contained in:
Keegan McAllister 2012-11-29 12:44:43 -05:00
parent 3d3e88ad2d
commit 8cbb6ab95f
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="modal-body">
<div id="markdown-instructions">
<table class="table table-striped table-condensed table-rounded table-bordered">
<table class="table table-striped table-condensed table-rounded table-bordered" id="fmt_help_table">
<thead><tr>
<th>You type</th>
<th>You get</th>

View File

@ -546,3 +546,8 @@ table.floating_recipient {
background-color: #444;
color: white;
}
#fmt_help_table {
table-layout: fixed;
}