mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Use the new include in examples too.
This commit is contained in:
@@ -10,6 +10,19 @@
|
||||
|
||||
{% include stylesheet.html %}
|
||||
|
||||
<style>
|
||||
.bd-placeholder-img {
|
||||
font-size: 1.125rem;
|
||||
text-anchor: middle;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bd-placeholder-img-lg {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
{%- for css in page.extra_css %}
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="{{ css }}" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user