You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/11 23:20:47 UTC

svn commit: r1432317 - in /flex/site/trunk/content/v2: community-getinvolved.cmsPage css/fixed-width.css

Author: quetwo
Date: Fri Jan 11 22:20:47 2013
New Revision: 1432317

URL: http://svn.apache.org/viewvc?rev=1432317&view=rev
Log:
Adding community pages to v2 website.

Modified:
    flex/site/trunk/content/v2/community-getinvolved.cmsPage
    flex/site/trunk/content/v2/css/fixed-width.css

Modified: flex/site/trunk/content/v2/community-getinvolved.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/community-getinvolved.cmsPage?rev=1432317&r1=1432316&r2=1432317&view=diff
==============================================================================
--- flex/site/trunk/content/v2/community-getinvolved.cmsPage (original)
+++ flex/site/trunk/content/v2/community-getinvolved.cmsPage Fri Jan 11 22:20:47 2013
@@ -37,7 +37,7 @@ for you.  More information is available 
 3. Setup your build enviroment.  Check out the README included in the source code on how to do this.  You will want to make sure that you can perform a compile before you go much further.
 4. Fix the bug.  If you need help, ask the dev@flex.apache.org mailing list.  I'm sure we have pointers to help you out.
 5. (optional) Run the functional test suite called [Mustella][5] on your code.  The [Mustella tests][5] are available from the ANT script, but make sure you set it up first.
-6. Create a .patch file.  If you are using an IDE, check your SVN, VCS or Source Control menus for this option.  If you are using svn from the command line, use 'svn diff > myPatch.patch'.
+6. Create a .patch file.  If you are using an IDE, check your SVN, VCS or Source Control menus for this option.  If you are using svn from the command line, use `svn diff > myPatch.patch`.
 7. Attach the .patch file to the JIRA ticket you noted earlier.  A committer will review the patch and make sure it dosen't break anything else.
 8. Sit back and bask in the glory that you helped make Flex better!
 

Modified: flex/site/trunk/content/v2/css/fixed-width.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/css/fixed-width.css?rev=1432317&r1=1432316&r2=1432317&view=diff
==============================================================================
--- flex/site/trunk/content/v2/css/fixed-width.css (original)
+++ flex/site/trunk/content/v2/css/fixed-width.css Fri Jan 11 22:20:47 2013
@@ -5,21 +5,19 @@
 ================================================== 
 
 */	ul, ol { margin: 0 !important; }
-	ul { list-style: circle outside; }
-	ol { list-style: decimal; }
 	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
 	ul.square { list-style: square outside; }
 	ul.circle { list-style: circle outside; }
 	ul.disc { list-style: disc outside; }
 	ul ul, ul ol,
-	ol ol, ol ul {}
+	ol ol, ol ul { margin-left: 2em; }
 	ul ul li, ul ol li,
-	ol ol li, ol ul li {}
+	ol ol li, ol ul li { margin-left: 4em; }
 	li { line-height: 18px; }
 	ul.large li { line-height: 21px; }
 	li p { line-height: 21px; }
-        ol, ul {
-		list-style: none; }/*
+    ul {list-style: circle; }
+    ol {list-style: decimal; }/*
 
 Reset Rules End*/