Skip to content

Commit ce61a63

Browse files
committed
categories section fixed
1 parent 7a2aecd commit ce61a63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_drafts/2019-02-04-espresso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image: testing/espresso
77
github: testing/tree/master/espresso
88
description: "Testowanie"
99
version: Espresso v3.1
10-
keywords: "testowanie, testing, testy, jednostkowe, integracyjne, manualne, ui, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, espresso, android, programowanie, programming"
10+
keywords: "testowanie, testing, testy, jednostkowe, integracyjne, manualne, ui, automatyczne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, espresso, android, programowanie, programming"
1111
---
1212

1313
//TODO

_includes/category-posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="category-title" id="{{ category_name }}">{{ category_name | capitaliz
1010
{% if category_posts.size > max_posts %}
1111
<label class="category-title show-more-trigger" for="category-posts-{{ category_name }}"
1212
text-all="&darr; {{ site.data.strings.show-all-posts | default: 'Show all' }}"
13-
text-less="&uarr; {{ site.data.string.show-less-posts | default: 'Show less' }}">
13+
text-less="&uarr; {{ site.data.strings.show-less-posts | default: 'Show less' }}">
1414
</label>
1515
{% endif %}
1616

assets/css/parts/category-posts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ul.show-more-wrap {
5656
}
5757

5858
.category-posts-wrapper {
59-
padding: 1.25rem 0 0.25rem;
59+
padding: 3.0rem 0 1.0rem;
6060
border-bottom: 1px solid #f3f3f3;
6161
}
6262

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style_unminify.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ ul.show-more-wrap {
14191419
}
14201420

14211421
.category-posts-wrapper {
1422-
padding: 1.25rem 0 0.25rem;
1422+
padding: 3.0rem 0 1.0rem;
14231423
border-bottom: 1px solid #f3f3f3;
14241424
}
14251425

0 commit comments

Comments
 (0)