Skip to content

Commit c606140

Browse files
committed
Minor style updates
1 parent d43c012 commit c606140

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

style.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ p {
6161
font-size: 10pt;
6262
}
6363

64+
.dtg {
65+
font-size: 10pt;
66+
}
67+
6468
.content_wrapper .leftcol{
6569
float:left;
6670
width:300px;
@@ -222,7 +226,7 @@ td.bottom{
222226
list-style: none;
223227
padding-left: 5px;
224228
font-weight: 400;
225-
font-size: 18px;
229+
font-size: 16px;
226230
margin: auto;
227231
}
228232
#menu ul li {

templates/opdef.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h1>[% opdef.ship.name | html_entity %] [% opdef.type %] [% opdef.number_serial
2424
[% ELSE %]
2525
[Unknown signal]
2626
[% END %]
27-
</a>
27+
</a><br>
2828
[% IF part.dtg %]
29-
([% part.dtg.strftime('%d%H%MZ %b %y') %])
29+
<span class="dtg">([% part.dtg.strftime('%d%H%MZ %b %y') %])</span>
3030
[% END %]
3131
</td></tr>
3232
[% END %]

0 commit comments

Comments
 (0)