From 2f9f7e4051f061b83acd8067eacceaef6d0e4390 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 8 Nov 2007 14:42:13 +0000 Subject: [PATCH] Move inline style attributes into CSS. Add alt="" attribute to help screen readers skip logo. Add a missing divider back to the footer links. git-svn-id: svn://svn.open-ils.org/ILS/trunk@8039 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/extras/slimpac/advanced.html | 29 ++++++++++++++++-- Open-ILS/web/opac/extras/slimpac/start.html | 41 +++++++++++++++++++++----- 2 files changed, 60 insertions(+), 10 deletions(-) diff --git a/Open-ILS/web/opac/extras/slimpac/advanced.html b/Open-ILS/web/opac/extras/slimpac/advanced.html index 2a4b55ba31..26eeeef066 100644 --- a/Open-ILS/web/opac/extras/slimpac/advanced.html +++ b/Open-ILS/web/opac/extras/slimpac/advanced.html @@ -32,11 +32,32 @@ height: 20px; } + .footer { + width: 100%; + text-align: center; + vertical-align: bottom; + margin: auto; + margin-top: 20px; + } + + .footer_links { + width: 60%; + text-align: center; + padding: 10px; + font-size: 8pt; + margin: auto; + } + .footer_link { margin-left: 10px; margin-right: 10px; } + .copyright { + margin-top: 4px; + font-size: 7pt; + } + .indent0 { padding-left: 0px; } @@ -147,14 +168,16 @@ -
+