Make the title a little bigger. re #79
This commit is contained in:
parent
f603d3c4ef
commit
bc1d80b8f7
|
@ -12,9 +12,9 @@
|
|||
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-4">
|
||||
<div class="panel panel-default" style="height: 70px;">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<h2 class="panel-title">
|
||||
<a href="{{=entry.navlink}}" style="display: block;">{{=htmlspecialchars (entry.title)}}</a>
|
||||
</h3>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<span class="badge bottomright">{{=entry.number}}</span>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
|
||||
<div class="panel panel-default" style="height: 320px;">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title"><a href="{{=str_format (it.c.url.detailUrl, entry.book.id, it.databaseId)}}">{{=htmlspecialchars (entry.title)}}</a></h3>
|
||||
<h2 class="panel-title"><a href="{{=str_format (it.c.url.detailUrl, entry.book.id, it.databaseId)}}">{{=htmlspecialchars (entry.title)}}</a></h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{{? entry.book.hasCover == 1}}
|
||||
|
|
Loading…
Reference in a new issue