Move attribution to left so as not to overlap inspector

This commit is contained in:
John Firebaugh
2013-03-26 12:10:35 -07:00
parent 3d46278d50
commit 105b32eda3

View File

@@ -1699,7 +1699,7 @@ img.wiki-image {
.attribution {
position: absolute;
bottom: 35px;
right:10px;
left:10px;
color:#888;
font-size:10px;
}