Work on FreeMarker version of individual list page
This commit is contained in:
parent
e866d46d31
commit
042dbae1ce
2 changed files with 6 additions and 7 deletions
|
@ -334,7 +334,7 @@ ul.tabEntities li {
|
||||||
ul.tabEntities a { font-weight: bold; }
|
ul.tabEntities a { font-weight: bold; }
|
||||||
|
|
||||||
ul.tabEntities a.externalLink,
|
ul.tabEntities a.externalLink,
|
||||||
.entityList a.externalLink {
|
.individualList a.externalLink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -345,21 +345,21 @@ div.blurb a { font-weight: normal; }
|
||||||
|
|
||||||
/* Index and List pages */
|
/* Index and List pages */
|
||||||
.siteMap ul,
|
.siteMap ul,
|
||||||
.entityList ul { margin-left: 0; }
|
.individualList ul { margin-left: 0; }
|
||||||
|
|
||||||
.siteMap li {
|
.siteMap li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
color: #9c9c9c;
|
color: #9c9c9c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entityList li {
|
.individualList li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
color: #9c9c9c;
|
color: #9c9c9c;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.siteMap li a,
|
.siteMap li a,
|
||||||
.entityList li a { font-weight: bold; }
|
.individualList li a { font-weight: bold; }
|
||||||
|
|
||||||
.siteMap h2 { margin-bottom: .5em; }
|
.siteMap h2 { margin-bottom: .5em; }
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
|
||||||
vivo-basic theme: search result styles
|
vivo-basic theme: search result styles
|
||||||
|
|
||||||
This document is included by EntityListController
|
|
||||||
|
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue