diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 8681ced2..3272f07f 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -177,19 +177,24 @@ h2{ width: 570px; padding-bottom: 40px; } -#intro h3 { +#intro-no-login{ + float: left; + width: 920px; + padding-bottom: 40px; +} +#intro h3, #intro-no-login h3 { padding: 35px 0 12px 24px; font-size: 22px; color: #2485ae; border-bottom: none; } -#intro p { +#intro p, #intro-no-login p { font-size: 16px; color: #5f6464; line-height: 1.3em; padding: 0 24px 30px 24px; } -#intro a { +#intro a, #intro-no-login a { color: #2485ae } .pictos-arrow-14 { diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 0220daf6..b871206e 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -91,27 +91,8 @@
VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with researcher interests, activities, and accomplishments, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually, brought into VIVO in automated ways from local systems of record, such as HR, grants, course, and faculty activity databases, or from database providers such as publication aggregators and funding agencies. More 4
-