From 042dbae1ce85d85daaedefe6059b919135711361 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 21 May 2010 21:49:54 +0000 Subject: [PATCH] Work on FreeMarker version of individual list page --- themes/vivo-basic/css/screen.css | 8 ++++---- themes/vivo-basic/css/search.css | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index fe76241c..4b3318dc 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -334,7 +334,7 @@ ul.tabEntities li { ul.tabEntities a { font-weight: bold; } ul.tabEntities a.externalLink, -.entityList a.externalLink { +.individualList a.externalLink { text-decoration: none; font-weight: normal; } @@ -345,21 +345,21 @@ div.blurb a { font-weight: normal; } /* Index and List pages */ .siteMap ul, -.entityList ul { margin-left: 0; } +.individualList ul { margin-left: 0; } .siteMap li { list-style-type: none; color: #9c9c9c; } -.entityList li { +.individualList li { list-style-type: none; color: #9c9c9c; margin-bottom: .5em; } .siteMap li a, -.entityList li a { font-weight: bold; } +.individualList li a { font-weight: bold; } .siteMap h2 { margin-bottom: .5em; } diff --git a/themes/vivo-basic/css/search.css b/themes/vivo-basic/css/search.css index 9a0b5f03..6c8d3b4c 100644 --- a/themes/vivo-basic/css/search.css +++ b/themes/vivo-basic/css/search.css @@ -1,9 +1,8 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -/************************************************* +/************************************************* + vivo-basic theme: search result styles - This document is included by EntityListController - **************************************************/