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 18:23:21 UTC

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

Author: quetwo
Date: Fri Jan 11 17:23:20 2013
New Revision: 1432171

URL: http://svn.apache.org/viewvc?rev=1432171&view=rev
Log:
Additional updates to the v2 website

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

Modified: flex/site/trunk/content/v2/community-mailinglists.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/community-mailinglists.cmsPage?rev=1432171&r1=1432170&r2=1432171&view=diff
==============================================================================
--- flex/site/trunk/content/v2/community-mailinglists.cmsPage (original)
+++ flex/site/trunk/content/v2/community-mailinglists.cmsPage Fri Jan 11 17:23:20 2013
@@ -3,6 +3,9 @@ Title:  Mailing Lists
 We welcome you to join our mailing lists and let us know about your thoughts or
 ideas about Apache Flex.
 
+ - [Development Mailing List](#development_mailing_list).
+ - [Commits Mailing List](#commits_mailing_list).
+
 <div class="headline"><h4>Participation Guidelines</h4></div>
 We ask all mailing list participants to observe [these guidelines][1].
 
@@ -16,13 +19,12 @@ to discuss how you use flex, etc...
 Flex. Please continue to use those sources for versions of Flex prior to 4.8.0 . This list is
 strictly for current versions of Apache Flex.
 
-<ul class="square_list">
-<li>Subscribe: [users-subscribe@flex.apache.org][11] </li>
-    <li>Unsubscribe: [users-unsubscribe@flex.apache.org][12] </li>
-    <li>Archives
-    <ul class="circle_list"><li>[Markmail][13] </li>
-    <li>[Apache][14] </li></ul></li>
-</ul>
+  - Subscribe: [users-subscribe@flex.apache.org][11]
+  - Unsubscribe: [users-unsubscribe@flex.apache.org][12]
+  - Archives
+    - [Markmail][13]
+    - [Apache][14]
+
 
 <div class="headline"><h4>Development Mailing List</h4></div>
 This mailing list is geared towards users working on the SDK or related utilities. Everybody is welcome but
@@ -30,26 +32,23 @@ the discussion is of a high-level.  If y
 this is the mailing list to do so.  This is where the project community hangs out. This list is used to coordinate
 activities and ensure we are all pulling in the same direction.  This is a high traffic list.
 
-<ul class="square_list">
-  <li>Subscribe: [dev-subscribe@flex.apache.org][2] </li>
-  <li>Post (after subscription): [dev@flex.apache.org][3] </li>
-  <li>Unsubscribe: [dev-unsubscribe@flex.apache.org][4] </li>
-  <li>Archives
-  <ul class="circle_list"><li>[Markmail][5] </li>
-  <li>[Apache][6]</li></ul></li>
-</ul>
+  - Subscribe: [dev-subscribe@flex.apache.org][2]
+  - Post (after subscription): [dev@flex.apache.org][3]
+  - Unsubscribe: [dev-unsubscribe@flex.apache.org][4]
+  - Archives
+    - [Markmail][5]
+    - [Apache][6]
 
 <div class="headline"><h4>Commits Mailing List</h4></div>
+
 This is where the community receives automated notifications of any changes to the
 code and documentation.
 
-<ul class="square_list">
-  <li>Subscribe: [commits-subscribe@flex.apache.org][7] </li>
-  <li>Unsubscribe: [commits-unsubscribe@flex.apache.org][8] </li>
-  <li>Archives
-  <ul class="circle_list"><li>[Markmail][9] </li>
-  <li>[Apache][10] </li></ul></li>
-</ul>
+  - Subscribe: [commits-subscribe@flex.apache.org][7]
+  - Unsubscribe: [commits-unsubscribe@flex.apache.org][8]
+  - Archives
+    - [Markmail][9]
+    - [Apache][10]
 
   [1]: http://www.apache.org/dev/contrib-email-tips.html
   [2]:  mailto:dev-subscribe@flex.apache.org

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=1432171&r1=1432170&r2=1432171&view=diff
==============================================================================
--- flex/site/trunk/content/v2/css/fixed-width.css (original)
+++ flex/site/trunk/content/v2/css/fixed-width.css Fri Jan 11 17:23:20 2013
@@ -5,7 +5,7 @@
 ================================================== 
 
 */	ul, ol { margin: 0 !important; }
-	ul { list-style: none outside; }
+	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; }