summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-16 22:34:16 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-16 22:34:16 +0300
commit88f3250ead3ccaa4aaedca2ca1ce15f5ec6385e4 (patch)
tree8826959aa014e5f95c3692ba3d1952f81c51be37
parent6d3555f6de9fe454eb0dab63355696bf06f91079 (diff)
downloadobnam.org-88f3250ead3ccaa4aaedca2ca1ce15f5ec6385e4.tar.gz
Float sticker to 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 4a05472..f8fd44a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,7 +1,7 @@
[[!meta title="Obnam - backup program"]]
[[!tag program]]
-[[!img sticker.png alt="Obnam sticker" link=no]]
+[[!img sticker.png alt="Obnam sticker" link=no class=sticker]]
Obnam is an **easy, secure backup program.**
Backups can be stored on local hard disks,
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..7d61432
--- /dev/null
+++ b/local.css
@@ -0,0 +1,3 @@
+img.sticker {
+ float: right;
+} \ No newline at end of file