dont uppercase the capsul id on the detail page
This commit is contained in:
parent
e4a5a27050
commit
fac5a5c4ea
@ -72,6 +72,14 @@ h1, h2, h3, h4, h5 {
|
|||||||
text-shadow: 2px 2px 0px #0007;
|
text-shadow: 2px 2px 0px #0007;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1.no-text-transform,
|
||||||
|
h2.no-text-transform,
|
||||||
|
h3.no-text-transform,
|
||||||
|
h4.no-text-transform,
|
||||||
|
h5.no-text-transform {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="row third-margin">
|
<div class="row third-margin">
|
||||||
<h1>{{ vm['id'] }}</h1>
|
<h1 class="no-text-transform">{{ vm['id'] }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row wrap grid-large third-margin">
|
<div class="row wrap grid-large third-margin">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user