Merge pull request #1686 from Automattic/fix/#1685
Lodestar: Fix image block background color issue
This commit is contained in:
commit
d2aa9d7339
1 changed files with 2 additions and 12 deletions
|
@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
|
|||
Author: Automattic
|
||||
Author URI: https://www.wordpress.com
|
||||
Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
|
||||
Version: 1.0.14-wpcom
|
||||
Version: 1.0.15-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: lodestar
|
||||
|
@ -794,16 +794,6 @@ a:active {
|
|||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.entry-content a img,
|
||||
.widget a img {
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0 6px #fff;
|
||||
}
|
||||
|
||||
.site-footer .widget-area a img {
|
||||
box-shadow: 0 0 0 6px #eee;
|
||||
}
|
||||
|
||||
.gallery-item a {
|
||||
border: 0;
|
||||
}
|
||||
|
@ -2728,7 +2718,7 @@ object {
|
|||
padding: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.main-navigation li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue