Skip to content

Commit

Permalink
Fixup of series.
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Apr 20, 2012
1 parent 9373fb1 commit 4d79659
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions css/ting-search.css
Expand Up @@ -86,6 +86,15 @@
.ting-item .abstract {
margin:1em ;
}

.ting-item .series {
margin:1em ;
}

.ting-item .series li {
list-style-type: none;
margin: 0;
}

.ting-search-collection-types li {
list-style: none !important;
Expand Down
6 changes: 3 additions & 3 deletions templates/ting/ting-object.tpl.php
Expand Up @@ -38,10 +38,10 @@
<div class="abstract"><?php print $ting_abstract; ?></div>

<?php if (isset($ting_series_links)): ?>
<p class="series">
<div class="series">
<span class="label"><?php print t('Series:')?></span>
<?php print theme('item_list', $ting_series_links, NULL, 'span'); ?>
</p>
<?php print theme('item_list', $ting_series_links); ?>
</div>
<?php endif; ?>

<?php if (isset($additional_main_content)):
Expand Down

0 comments on commit 4d79659

Please sign in to comment.