This commit is contained in:
AlxMedia 2021-08-23 11:39:02 +02:00
parent 00febe08f7
commit d2588c66e7
3 changed files with 7 additions and 2 deletions

View file

@ -87,6 +87,9 @@ Sidebar images
== Changelog ==
= 1.0.6 - 2021-08-23 =
* Improved styling for tabs widget title
= 1.0.5 - 2021-08-23 =
* Improved related posts styling
* Fixed wordpress footer link

View file

@ -61,7 +61,8 @@
.container { padding: 0; }
.grid { width: 100%; margin: 0 0 10px; }
.sidebar.s1 { padding-top: 40px; }
.sidebar .widget { padding-left: 20px; padding-right: 20px; }
.sidebar .widget,
.sidebar .widget.widget_alx_tabs > h3 { padding-left: 20px; padding-right: 20px; }
.pagination { margin-left: 20px; margin-right: 20px; }
/* hide */

View file

@ -1,7 +1,7 @@
/*
Theme Name: Incolor
Theme URI: http://alx.media/themes/incolor/
Version: 1.0.5
Version: 1.0.6
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8
@ -1001,6 +1001,7 @@ body.category.paged .category-featured-cards { display: none; }
.sidebar .widget:hover { background: rgba(255,255,255,0.10); }
.sidebar .widget:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid hsla(0,0%,100%,.15); transition: color .2s,background-color .2s,border-color .2s; pointer-events: none; z-index: 1; }
.sidebar .widget.widget_alx_tabs { padding: 0; }
.sidebar .widget.widget_alx_tabs > h3 { padding: 30px 30px 10px 30px; }
/* widgets : icons
/* ------------------------------------ */