diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 16:46:53 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 16:46:53 -0500 |
commit | ef37cc6c104421b0629b6f1830bee7b4d50f6faa (patch) | |
tree | 71d4918cb20a4b652664a2f5985143e846788889 /themes/twentysixteen/style.css | |
parent | Update twentyfifteen 1.9 (diff) | |
download | blogs-gentoo-ef37cc6c104421b0629b6f1830bee7b4d50f6faa.tar.gz blogs-gentoo-ef37cc6c104421b0629b6f1830bee7b4d50f6faa.tar.bz2 blogs-gentoo-ef37cc6c104421b0629b6f1830bee7b4d50f6faa.zip |
Update twentysixteen 1.4
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/twentysixteen/style.css')
-rw-r--r-- | themes/twentysixteen/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/twentysixteen/style.css b/themes/twentysixteen/style.css index 7dcd14e1..ed228286 100644 --- a/themes/twentysixteen/style.css +++ b/themes/twentysixteen/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentysixteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere. -Version: 1.3 +Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog @@ -1514,6 +1514,15 @@ blockquote:after, padding: 0.5625em 0.4375em 0.5em; } +.tagcloud ul { + list-style-type: none; + margin-left: 0; +} + +.tagcloud ul li { + display: inline-block; +} + .tagcloud a:hover, .tagcloud a:focus { border-color: #007acc; |