Skip to content

Commit 168e733

Browse files
committed
Add Ctrl O logo
1 parent 6aa2a1d commit 168e733

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

images/ctrlo.png

1.53 KB
Loading

style.css

+8
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ td.bottom{
216216
vertical-align:bottom;
217217
}
218218

219+
#logo {
220+
margin-top: 20px;
221+
margin-bottom: 20px;
222+
clear: both;
223+
display: block;
224+
overflow: auto;
225+
}
226+
219227
#footer {
220228
margin-top: 20px;
221229
padding-top: 5px;

templates/footer.html

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
[% END %]
88
[% END %]
99
</div>
10+
<div id="logo">
11+
<span style="float:left"><a href="http://www.ctrlo.com"><img style="vertical-align:bottom" src="/images/ctrlo.png"></a></span>
12+
<span style="float:right"><strong>Produced by Ctrl O</strong> | <a href="http://www.ctrlo.com">www.ctrlo.com</a></span>
13+
</div>
14+
1015

1116
</body>
1217
</html>

0 commit comments

Comments
 (0)