Skip to content

Commit

Permalink
Merge pull request #59 from bolt/Updating-themes-for-Bolt-5.0
Browse files Browse the repository at this point in the history
Updating themes for Bolt 5.0
  • Loading branch information
I-Valchev authored Apr 29, 2021
2 parents 828d0bc + 4df0c15 commit ea9a686
Show file tree
Hide file tree
Showing 9 changed files with 5,020 additions and 6,198 deletions.
5 changes: 2 additions & 3 deletions base-2018/css/bulma.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions base-2018/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion base-2018/partials/_record_meta.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="meta">
{{ __('general.phrase.written-by-on', {
'%name%': record.author.displayname|default(__('Unknown')),
'%date%': record.datepublish|localedatetime("%A %B %e, %Y")
'%date%': record.datepublish|localdate("%A %B %e, %Y")
}) }}
</p>
{% endif %}
2 changes: 1 addition & 1 deletion base-2018/search.twig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<a href="{{ record|link }}">{{ __('general.phrase.permalink') }}</a> &bullet;
{{ __('general.phrase.written-by-on', {
'%name%': record.author.displayname|default(__('Unknown')),
'%date%': record.datepublish|localedatetime("%A %B %e, %Y")
'%date%': record.datepublish|localdate("%A %B %e, %Y")
}) }}
</p>

Expand Down
17 changes: 3 additions & 14 deletions base-2021/css/base-2021.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ html {
font-size: 18px;
}

section a {
text-decoration: underline;
color: #667eea;
}

/* Default grid, as used by the Article field type */

.article-grid {
Expand Down Expand Up @@ -95,20 +90,14 @@ section a {

.article > ol {
list-style-type: decimal;
list-style-position: outside;
list-style-position: inside;
font-size: clamp(1.1rem, 1.1vw, 1.6rem);
margin-left: 1.25rem;
}

.article > ul {
list-style-type: disc;
list-style-position: outside;
list-style-position: inside;
font-size: clamp(1.1rem, 1.1vw, 1.6rem);
margin-left: 1.25rem;
}

.article li > p {
display: inline;
}

.article h1 {
Expand Down Expand Up @@ -145,7 +134,7 @@ section a {
margin-top: 2rem;
margin-bottom: 2rem;
padding-left: 2rem;
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-size: clamp(1.875rem, 2.5vw, 2.25rem);
}

/* Base grid for "Article" powered Fields */
Expand Down
Loading

0 comments on commit ea9a686

Please sign in to comment.