[open-ils-commits] r1338 - in evergreen-ils.org: . css (bshum)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 12 22:24:17 EDT 2011


Author: bshum
Date: 2011-04-12 22:24:15 -0400 (Tue, 12 Apr 2011)
New Revision: 1338

Modified:
   evergreen-ils.org/about.php
   evergreen-ils.org/css/style.css
Log:
Applying new li content style change to fit for page width.

Modified: evergreen-ils.org/about.php
===================================================================
--- evergreen-ils.org/about.php	2011-04-13 00:40:41 UTC (rev 1337)
+++ evergreen-ils.org/about.php	2011-04-13 02:24:15 UTC (rev 1338)
@@ -33,29 +33,29 @@
 <p class="content">Because of the nature of ILSs, Evergreen has an interesting mixture of 
 functionality. For example:</p>
 <ul>
-<li>* Evergreen is a metadata search engine</li>
-<li>* Evergreen is a transaction processing engine</li>
-<li>* Evergreen is just another web application</li>
-<li>* Evergreen is based on a robust, scalable, message-passing framework - <a href="/opensrf.php">OpenSRF</a></li>
+<li class="content">* Evergreen is a metadata search engine</li>
+<li class="content">* Evergreen is a transaction processing engine</li>
+<li class="content">* Evergreen is just another web application</li>
+<li class="content">* Evergreen is based on a robust, scalable, message-passing framework - <a href="/opensrf.php">OpenSRF</a></li>
 </ul>
 <a name="getting_to_know"></a>
 <h2>Getting to know Evergreen</h2>
-<p>To learn more about Evergreen:</p>
+<p class="content">To learn more about Evergreen:</p>
 <ul class="bullet">
-<li>Start with the <a href="/dokuwiki/doku.php?id=faqs:evergreen_faq_1">Frequently Asked Questions</a>  and the <a href="/dokuwiki/doku.php?id=faqs:evergreen_roadmap">Evergreen Roadmap</a></li>
-<li>Browse the <a href="/dokuwiki/doku.php?id=community_servers#community_demo_servers">public demos</a> of Evergreen's online catalog.
-</li><li>Visit <a href="/dokuwiki/doku.php?id=evergreen_libraries">live implementations of Evergreen</a> in libraries large and small, public and academic</li>
-<li>Explore <a href="/dokuwiki/doku.php?id=community_servers#community_development_servers">developer versions</a> of the Evergreen catalog. These exhibit all the latest & greatest features we're working on currently.<br />Note: The development site may be unstable, experimental, missing data, etc. </li>
-<li><a href="downloads.php">Download and install</a> the staff client, the server, or a VMWare image of the server</li>
+<li class="content">Start with the <a href="/dokuwiki/doku.php?id=faqs:evergreen_faq_1">Frequently Asked Questions</a>  and the <a href="/dokuwiki/doku.php?id=faqs:evergreen_roadmap">Evergreen Roadmap</a></li>
+<li class="content">Browse the <a href="/dokuwiki/doku.php?id=community_servers#community_demo_servers">public demos</a> of Evergreen's online catalog.
+</li><li class="content">Visit <a href="/dokuwiki/doku.php?id=evergreen_libraries">live implementations of Evergreen</a> in libraries large and small, public and academic</li>
+<li class="content">Explore <a href="/dokuwiki/doku.php?id=community_servers#community_development_servers">developer versions</a> of the Evergreen catalog. These exhibit all the latest & greatest features we're working on currently.<br />Note: The development site may be unstable, experimental, missing data, etc. </p></li>
+<li class="content"><a href="downloads.php">Download and install</a> the staff client, the server, or a VMWare image of the server</li>
 </ul>
 <a name="getting_involved"></a>
 <h2>Getting Involved with Evergreen's Communities</h2>
 <ul class="bullet">
-<li>Say hi on our Facebook <a href="http://www.facebook.com/group.php?gid=6396639614">group page</a></li>
-<li>Subscribe to the <a href="listserv.php">Evergreen mailing lists</a> and introduce yourself once you're on board</li>
-<li>Or if you're shy, send an email to a few community volunteers at <a href="mailto:feedback at evergreen-ils.org" title="feedback at evergreen-ils.org">feedback at evergreen-ils.org</a></li>
-<li>Stop by our Internet Relay Chat (IRC) channels at <a href="irc.php">#Evergreen</a> on the Freenode IRC network.<br /> Note: Most but not all activity is on and off daytime through evening, EST.</li>
-<li>Browse the <a href="/blog">Evergreen blog</a> and comment on the posts</li>
+<li class="content">Say hi on our Facebook <a href="http://www.facebook.com/group.php?gid=6396639614">group page</a></li>
+<li class="content">Subscribe to the <a href="listserv.php">Evergreen mailing lists</a> and introduce yourself once you're on board</li>
+<li class="content">Or if you're shy, send an email to a few community volunteers at <a href="mailto:feedback at evergreen-ils.org" title="feedback at evergreen-ils.org">feedback at evergreen-ils.org</a></li>
+<li class="content">Stop by our Internet Relay Chat (IRC) channels at <a href="irc.php">#Evergreen</a> on the Freenode IRC network.<br /> Note: Most but not all activity is on and off daytime through evening, EST.</li>
+<li class="content">Browse the <a href="/blog">Evergreen blog</a> and comment on the posts</li>
 </ul>
 </div>
 <!--end pagebody-->

Modified: evergreen-ils.org/css/style.css
===================================================================
--- evergreen-ils.org/css/style.css	2011-04-13 00:40:41 UTC (rev 1337)
+++ evergreen-ils.org/css/style.css	2011-04-13 02:24:15 UTC (rev 1338)
@@ -170,6 +170,11 @@
 padding: 0 0 6px 10px;
 }
 
+ul.bullet li.content {
+display:block;
+width:75%;
+}
+
 #footerwrap {
 width: 90%;
 display:block;;



More information about the open-ils-commits mailing list