We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43c012 commit c606140Copy full SHA for c606140
style.css
@@ -61,6 +61,10 @@ p {
61
font-size: 10pt;
62
}
63
64
+.dtg {
65
+ font-size: 10pt;
66
+}
67
+
68
.content_wrapper .leftcol{
69
float:left;
70
width:300px;
@@ -222,7 +226,7 @@ td.bottom{
222
226
list-style: none;
223
227
padding-left: 5px;
224
228
font-weight: 400;
225
- font-size: 18px;
229
+ font-size: 16px;
230
margin: auto;
231
232
#menu ul li {
templates/opdef.html
@@ -24,9 +24,9 @@ <h1>[% opdef.ship.name | html_entity %] [% opdef.type %] [% opdef.number_serial
24
[% ELSE %]
25
[Unknown signal]
26
[% END %]
27
- </a>
+ </a><br>
28
[% IF part.dtg %]
29
- ([% part.dtg.strftime('%d%H%MZ %b %y') %])
+ <span class="dtg">([% part.dtg.strftime('%d%H%MZ %b %y') %])</span>
30
31
</td></tr>
32
0 commit comments