From 68bacab17df6533612a417386c9fb3c651eb473f Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Wed, 3 Feb 2010 00:52:03 +0000
Subject: [PATCH] Add some padding around the river on the homepage.

---
 plugins/mobile_unl/views/mobile/mobile_unl/css.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/plugins/mobile_unl/views/mobile/mobile_unl/css.php b/plugins/mobile_unl/views/mobile/mobile_unl/css.php
index 92ab2630..9faba93e 100644
--- a/plugins/mobile_unl/views/mobile/mobile_unl/css.php
+++ b/plugins/mobile_unl/views/mobile/mobile_unl/css.php
@@ -37,4 +37,11 @@
 #login input.login-textarea {
 	width:90%;
 	font-size:1.2em;
+}
+
+<?php //Home ?>
+
+#river {
+	margin-top: 4px; 
+	padding-left: 6px;
 }
\ No newline at end of file
-- 
GitLab