We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f42003 commit badb081Copy full SHA for badb081
public_html/static/css/style.css
@@ -485,3 +485,7 @@ em {
485
.float-right {
486
float: right;
487
}
488
+
489
+#stig_id_column {
490
+ width: 8em;
491
+}
templates/stig.html
@@ -8,7 +8,7 @@ <h2>{{ product.full_name }} STIG V{{ stig.version }}R{{ stig.release }}</h2>
8
<table class="table">
9
<thead>
10
<tr>
11
- <th>STIG ID</th>
+ <th id="stig_id_column">STIG ID</th>
12
<th>Title</th>
13
</tr>
14
</thead>
0 commit comments