Removed CSS styles from index.html and placed it in custom.css

git-svn-id: https://svn.apache.org/repos/asf/incubator/photark/mobile/trunk@1374621 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assets/www/css/custom.css b/assets/www/css/custom.css
index 1dcbb12..44bccab 100644
--- a/assets/www/css/custom.css
+++ b/assets/www/css/custom.css
@@ -1,3 +1,17 @@
 #tagPicture p {
     position: absolute;   
+}
+.more
+{
+	text-align:right;
+}
+.cell
+{
+	float: left;
+	width:	150px;
+	height:150px;
+}
+.image
+{
+	margin:auto;
 }
\ No newline at end of file
diff --git a/assets/www/index.html b/assets/www/index.html
index ad25ddc..134987b 100644
--- a/assets/www/index.html
+++ b/assets/www/index.html
@@ -14,22 +14,6 @@
 		<!-- This file contains custom CSS definitions.  -->
 		<link href="css/custom.css" rel="stylesheet"
 		type="text/css" />
-		<style>
-			.more
-			{
-				text-align:right;
-			}
-			.cell
-			{
-				float: left;
-				width:	150px;
-				height:150px;
-			}
-			.image
-			{
-				margin:auto;
-			}
-		</style>
 		
 		<!-- JQuery Mobile dependencies  -->
 		<script type="text/javascript" src="scripts/jquery-1.7.2.min.js"></script>