From 9719454056a027095f26aaea4d48b8e8b3bb775d Mon Sep 17 00:00:00 2001
From: Mat Marquis
Date: Thu, 13 Oct 2011 16:22:08 -0400
Subject: [PATCH] =?UTF-8?q?Fixes=20position=20of=20=E2=80=98current=20vers?=
=?UTF-8?q?ion=E2=80=99=20flag=20on=20documentation=20index=20when=20touch?=
=?UTF-8?q?OverflowEnabled=20is=20true.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/_assets/css/jqm-docs.css | 3 +--
index.html | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css
index 208b192a294..c3ee2c251e4 100644
--- a/docs/_assets/css/jqm-docs.css
+++ b/docs/_assets/css/jqm-docs.css
@@ -5,12 +5,11 @@ cobblers, shoes,
*/
body { background: #dddddd; }
-
.ui-mobile .type-home .ui-content { margin: 0; background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; }
.ui-mobile #jqm-homeheader { padding: 40px 10px 0; text-align: center; margin: 0 auto; }
.ui-mobile #jqm-homeheader h1 { margin: 0 0 ; }
.ui-mobile #jqm-homeheader p { margin: .3em 0 0; line-height: 1.3; font-size: .9em; font-weight: bold; color: #666; }
-.ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; z-index: 50; top: 0; right: 0; }
+.ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; z-index: 50; top: -11px; right: 0; }
.ui-mobile .jqm-themeswitcher { margin: 10px 25px 10px 10px; }
h2 { margin:1.2em 0 .4em 0; }
diff --git a/index.html b/index.html
index b214e10ce3b..b5cbafb7f63 100755
--- a/index.html
+++ b/index.html
@@ -15,14 +15,14 @@