We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af85a6 commit de2a2cfCopy full SHA for de2a2cf
_layouts/bib.liquid
@@ -1,8 +1,8 @@
1
---
2
3
-<div class="row">
+<div class="row" style="border: dotted 2px gray;">
4
{% if site.enable_publication_thumbnails %}
5
- <div class="col col-sm-2 abbr">
+ <div class="col col-sm-4 abbr">
6
{%- if entry.abbr -%}
7
{%- if site.data.venues[entry.abbr] -%}
8
{% assign venue_style = null %}
@@ -27,7 +27,7 @@
27
{% endif %}
28
{% if entry.preview %}
29
{% if entry.preview contains '://' %}
30
- <img class="preview z-depth-1 rounded" src="{{ entry.preview }}">
+ <img class="preview z-depth-1" src="{{ entry.preview }}">
31
{% else %}
32
{% assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' %}
33
{%
0 commit comments