summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 20:45:10 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 20:45:10 +0200
commit4ba4093dd4b65204ec0a4c1b80c53bfa7db40503 (patch)
tree6ebd57bd05b2ffb7afb1fa761d3b56dadddf289f
parent953af4271509dc9a8d6ab0b0131886754d462380 (diff)
downloadick.liw.fi-4ba4093dd4b65204ec0a4c1b80c53bfa7db40503.tar.gz
Change: make logo float on the right
-rw-r--r--index.mdwn2
-rw-r--r--local.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index 33790a8..3c1a391 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,6 +1,6 @@
[[!meta title="Ick&mdash;continuous integration system"]]
-[[!img ick-logo.svg]]
+[[!img ick-logo.svg width=300 height=300 class=float_right]]
**Ick** is a **continuous integration** system. It is currently in
**alpha mode**: most features are missing, some features mostly work,
diff --git a/local.css b/local.css
index e869e2c..0f9cdf1 100644
--- a/local.css
+++ b/local.css
@@ -10,6 +10,9 @@ code, pre {
.pagefooter, .pageinfo, .backlinks, .pagedate {
display: none;
}
+img.float_right {
+ float: right;
+}
table {
border-collapse: collapse;