We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa2a1d commit 168e733Copy full SHA for 168e733
images/ctrlo.png
1.53 KB
style.css
@@ -216,6 +216,14 @@ td.bottom{
216
vertical-align:bottom;
217
}
218
219
+#logo {
220
+ margin-top: 20px;
221
+ margin-bottom: 20px;
222
+ clear: both;
223
+ display: block;
224
+ overflow: auto;
225
+}
226
+
227
#footer {
228
margin-top: 20px;
229
padding-top: 5px;
templates/footer.html
@@ -7,6 +7,11 @@
7
[% END %]
8
9
</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
15
16
</body>
17
</html>
0 commit comments