From 105b32eda3dd55646fa452954302a2ed5a485fb7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 26 Mar 2013 12:10:35 -0700 Subject: [PATCH] Move attribution to left so as not to overlap inspector --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 97d4b4ab9..c588972f7 100644 --- a/css/app.css +++ b/css/app.css @@ -1699,7 +1699,7 @@ img.wiki-image { .attribution { position: absolute; bottom: 35px; - right:10px; + left:10px; color:#888; font-size:10px; }