From 97042df8539306c10639dc8e1c149e3155ae9f53 Mon Sep 17 00:00:00 2001
From: bshum
Date: Wed, 13 Apr 2011 02:24:15 +0000
Subject: [PATCH] Applying new li content style change to fit for page width.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1338 6d9bc8c9-1ec2-4278-b937-99fde70a366f
---
about.php | 30 +++++++++++++++---------------
css/style.css | 5 +++++
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/about.php b/about.php
index d80a992..805401f 100644
--- a/about.php
+++ b/about.php
@@ -33,29 +33,29 @@ developers *andBecause of the nature of ILSs, Evergreen has an interesting mixture of
functionality. For example:
-- * Evergreen is a metadata search engine
-- * Evergreen is a transaction processing engine
-- * Evergreen is just another web application
-- * Evergreen is based on a robust, scalable, message-passing framework - OpenSRF
+- * Evergreen is a metadata search engine
+- * Evergreen is a transaction processing engine
+- * Evergreen is just another web application
+- * Evergreen is based on a robust, scalable, message-passing framework - OpenSRF
Getting to know Evergreen
-To learn more about Evergreen:
+To learn more about Evergreen:
-- Start with the Frequently Asked Questions and the Evergreen Roadmap
-- Browse the public demos of Evergreen's online catalog.
-
- Visit live implementations of Evergreen in libraries large and small, public and academic
-- Explore developer versions of the Evergreen catalog. These exhibit all the latest & greatest features we're working on currently.
Note: The development site may be unstable, experimental, missing data, etc.
-- Download and install the staff client, the server, or a VMWare image of the server
+- Start with the Frequently Asked Questions and the Evergreen Roadmap
+- Browse the public demos of Evergreen's online catalog.
+
- Visit live implementations of Evergreen in libraries large and small, public and academic
+- Explore developer versions of the Evergreen catalog. These exhibit all the latest & greatest features we're working on currently.
Note: The development site may be unstable, experimental, missing data, etc.
+- Download and install the staff client, the server, or a VMWare image of the server
Getting Involved with Evergreen's Communities
-- Say hi on our Facebook group page
-- Subscribe to the Evergreen mailing lists and introduce yourself once you're on board
-- Or if you're shy, send an email to a few community volunteers at feedback@evergreen-ils.org
-- Stop by our Internet Relay Chat (IRC) channels at #Evergreen on the Freenode IRC network.
Note: Most but not all activity is on and off daytime through evening, EST.
-- Browse the Evergreen blog and comment on the posts
+- Say hi on our Facebook group page
+- Subscribe to the Evergreen mailing lists and introduce yourself once you're on board
+- Or if you're shy, send an email to a few community volunteers at feedback@evergreen-ils.org
+- Stop by our Internet Relay Chat (IRC) channels at #Evergreen on the Freenode IRC network.
Note: Most but not all activity is on and off daytime through evening, EST.
+- Browse the Evergreen blog and comment on the posts
diff --git a/css/style.css b/css/style.css
index 4a491b9..e6bba99 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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;;
--
2.11.0