Skip to content

Commit

Permalink
UPD: search
Browse files Browse the repository at this point in the history
FIX: listings
  • Loading branch information
corvus committed Jun 14, 2017
1 parent d8bd5ed commit 5de1796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/sass/elements/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ ol {
padding-left: 0;
> li {
padding-left: 20px;
&:nth-child(n+10) {
padding-left: 27px;
}
&:before {
content: counter(item, decimal) ". ";
counter-increment: item;
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Wapuula team
Author URI: http://wapuula.com
Description: wapuula.com theme
Version: 1.0.7
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wapu
Expand Down
4 changes: 2 additions & 2 deletions style.css

Large diffs are not rendered by default.

0 comments on commit 5de1796

Please sign in to comment.