Skip to content

Commit 2db57a2

Browse files
committed
design dix
1 parent b3155c8 commit 2db57a2

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

_layouts/bibtemplate.html

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -146,42 +146,4 @@ <h4>Abstract</h4>
146146
});
147147
}
148148
}
149-
</script>.publication-entry {
150-
margin-bottom: 1.2em; /* Reduced from 2em */
151-
padding: 0.7em; /* Reduced from 1em */
152-
border-left: 2px solid #1F416F;
153-
background: #fff;
154-
transition: background-color 0.2s;
155-
}
156-
157-
.publication-entry:hover {
158-
background: #f8f9fa;
159-
}
160-
161-
.reference {
162-
margin-bottom: 0.5em; /* Reduced from 1em */
163-
line-height: 1.3; /* Tighter line height */
164-
font-size: 0.95em; /* Slightly smaller text */
165-
}
166-
167-
.action-buttons {
168-
display: flex;
169-
flex-wrap: wrap;
170-
gap: 0.3em; /* Reduced from 0.5em */
171-
margin: 0.5em 0; /* Reduced from 1em */
172-
}
173-
174-
.pub-btn {
175-
display: inline-flex;
176-
align-items: center;
177-
padding: 0.3em 0.6em; /* Reduced from 0.5em 1em */
178-
border: 1px solid #1F416F;
179-
border-radius: 3px; /* Slightly reduced */
180-
background: transparent;
181-
color: #1F416F;
182-
font-size: 0.85em; /* Smaller button text */
183-
text-decoration: none;
184-
cursor: pointer;
185-
transition: all 0.2s;
186-
line-height: 1.2; /* Tighter button text */
187-
}
149+
</script>

_pages/Publications.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ years: [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
3030

3131
<h6 class="centeralign2">Published</h6>
3232
{% for y in page.years %}
33-
<h3 id="{{y}}" class="pubyear">{{y}}</h3>
3433
{% bibliography -f references -q @*[year={{y}}]* %}
3534
{% endfor %}
3635

0 commit comments

Comments
 (0)