From ab10a7b56b2901fe0d64fd33094be3e97e44e6a8 Mon Sep 17 00:00:00 2001
From: Zach Prezkuta <fermion@gmx.com>
Date: Sun, 16 Sep 2012 18:57:04 -0600
Subject: [PATCH] missed one

---
 view/theme/frost/style.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/view/theme/frost/style.css b/view/theme/frost/style.css
index bc0d57f0c2..9236a07fa7 100644
--- a/view/theme/frost/style.css
+++ b/view/theme/frost/style.css
@@ -1309,6 +1309,10 @@ input#dfrn-url {
 }
 
 .wall-item-content img {
+	display: block;
+	margin-top: 10px;
+	margin-right: auto;
+	margin-left: auto;
 	max-width: 100%;
 }
 
@@ -3418,7 +3422,13 @@ aside input[type='text'] {
 	background-image: url('images/globe.png');
 	background-repeat: no-repeat;
 }
-.noglobe { background-position: -16px -16px;}
+/*.noglobe { background-position: -16px -16px;}*/
+.icon.noglobe {
+	display: block; width: 24px; height: 24px;
+	background-size: 100% 100%;
+	background-image: url('images/noglobe.png');
+	background-repeat: no-repeat;
+}
 .no { background-position: -32px -16px;}
 .pause { background-position: -48px -16px;}
 .play { background-position: -64px -16px;}