mirror of
https://ghproxy.net/https://github.com/AlxMedia/typecore.git
synced 2025-08-26 15:37:50 +08:00
1.1.9
This commit is contained in:
parent
bb1b77719f
commit
5596bf5502
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
Contributors: alxmedia
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.0
|
||||
Version: 1.1.8
|
||||
Version: 1.1.9
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
|
||||
|
@ -90,6 +90,9 @@ Right sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.9 - 2019-07-26 =
|
||||
* Fixed WP-PageNavi styling issue
|
||||
|
||||
= 1.1.8 - 2019-07-26 =
|
||||
* Added theme accessibility with skip links
|
||||
* Added wp_body_open to header.php
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Typecore
|
||||
Theme URI: http://alx.media/themes/typecore/
|
||||
Version: 1.1.8
|
||||
Version: 1.1.9
|
||||
Description: <a href="http://alx.media/themes/typecore/">Typecore</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 2 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
|
||||
Author: Alexander Agnarson
|
||||
Author URI: http://alx.media
|
||||
|
@ -863,7 +863,7 @@ box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
|
|||
* Post Entry
|
||||
/* ------------------------------------------------------------------------- */
|
||||
.content .post,
|
||||
.content .page { position: relative; overflow: hidden; }
|
||||
.content .page { position: relative; }
|
||||
|
||||
.blog .post,
|
||||
.single .post,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue