mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
pagination clear
This commit is contained in:
parent
6720d031ee
commit
11edb5c671
5 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
# Storefront Changelog
|
||||
|
||||
### *2015.02.20* - 1.3.2
|
||||
* **Tweak** - Pagination now clears content.
|
||||
|
||||
### *2015.02.20* - 1.3.1
|
||||
* **Fix** - Header margin when using static page or latest posts for homepage.
|
||||
* **Fix** - Related products total / columns.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "storefront",
|
||||
"title": "Storefront",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"homepage": "http://www.woothemes.com/storefront/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
border: 1px solid $color_border;
|
||||
border-width: 1px 0;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
|
||||
.page-numbers {
|
||||
list-style: none;
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: http://woothemes.com/storefront
|
|||
Author: WooThemes
|
||||
Author URI: http://woothemes.com
|
||||
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooThemes, it features a deep integration with our market leading WooCommerce plugin, several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: storefront
|
||||
|
@ -1375,7 +1375,8 @@ fieldset {
|
|||
padding: 1em 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-width: 1px 0;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
clear: both; }
|
||||
.storefront-pagination .page-numbers, .woocommerce-pagination .page-numbers {
|
||||
list-style: none;
|
||||
margin: 0; }
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: http://woothemes.com/storefront
|
|||
Author: WooThemes
|
||||
Author URI: http://woothemes.com
|
||||
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooThemes, it features a deep integration with our market leading WooCommerce plugin, several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: storefront
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue