Applying new li content style change to fit for page width.
authorbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 13 Apr 2011 02:24:15 +0000 (02:24 +0000)
committerbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 13 Apr 2011 02:24:15 +0000 (02:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1338 6d9bc8c9-1ec2-4278-b937-99fde70a366f

about.php
css/style.css

index d80a992..805401f 100644 (file)
--- a/about.php
+++ b/about.php
@@ -33,29 +33,29 @@ developers <b class="moz-txt-star"><span class="moz-txt-tag">*</span>and<span cl
 <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@evergreen-ils.org" title="feedback@evergreen-ils.org">feedback@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@evergreen-ils.org" title="feedback@evergreen-ils.org">feedback@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-->
index 4a491b9..e6bba99 100644 (file)
@@ -170,6 +170,11 @@ background: #fff url('/img/graybullet.gif') top left no-repeat;
 padding: 0 0 6px 10px;
 }
 
+ul.bullet li.content {
+display:block;
+width:75%;
+}
+
 #footerwrap {
 width: 90%;
 display:block;;