You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by bh...@apache.org on 2012/08/18 18:00:36 UTC

svn commit: r1374621 - in /incubator/photark/mobile/trunk/assets/www: css/custom.css index.html

Author: bhargav
Date: Sat Aug 18 18:00:36 2012
New Revision: 1374621

URL: http://svn.apache.org/viewvc?rev=1374621&view=rev
Log:
Removed CSS styles from index.html and placed it in custom.css

Modified:
    incubator/photark/mobile/trunk/assets/www/css/custom.css
    incubator/photark/mobile/trunk/assets/www/index.html

Modified: incubator/photark/mobile/trunk/assets/www/css/custom.css
URL: http://svn.apache.org/viewvc/incubator/photark/mobile/trunk/assets/www/css/custom.css?rev=1374621&r1=1374620&r2=1374621&view=diff
==============================================================================
--- incubator/photark/mobile/trunk/assets/www/css/custom.css (original)
+++ incubator/photark/mobile/trunk/assets/www/css/custom.css Sat Aug 18 18:00:36 2012
@@ -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

Modified: incubator/photark/mobile/trunk/assets/www/index.html
URL: http://svn.apache.org/viewvc/incubator/photark/mobile/trunk/assets/www/index.html?rev=1374621&r1=1374620&r2=1374621&view=diff
==============================================================================
--- incubator/photark/mobile/trunk/assets/www/index.html (original)
+++ incubator/photark/mobile/trunk/assets/www/index.html Sat Aug 18 18:00:36 2012
@@ -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>