Add a border around author biographies
This commit is contained in:
parent
8b03c78346
commit
1930ade3f7
|
@ -32,6 +32,7 @@ p,.tag-list{margin-bottom:0px}
|
||||||
}
|
}
|
||||||
.column-0{margin-right:5px}
|
.column-0{margin-right:5px}
|
||||||
.label-inline{margin:0.5rem}
|
.label-inline{margin:0.5rem}
|
||||||
|
.biography{border:1px solid #9b4dca}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark){
|
@media (prefers-color-scheme: dark){
|
||||||
body, input, select, textarea, pre, code{
|
body, input, select, textarea, pre, code{
|
||||||
|
|
|
@ -20,9 +20,13 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<% if bio ~= "" then %>
|
||||||
|
<div class="container">
|
||||||
|
<blockquote class="biography">
|
||||||
<%- bio %>
|
<%- bio %>
|
||||||
</div>
|
</blockquote>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<% if #stories == 0 then %>
|
<% if #stories == 0 then %>
|
||||||
This author has not made any pastes yet.
|
This author has not made any pastes yet.
|
||||||
|
|
Loading…
Reference in New Issue