mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Thirteen: Remove an unnecessary border from Table block.
This changeset removes an unwanted border showing up at the bottom of the Table block. Props nidhidhandhukiya, sabernhardt, maxcgparis, pooja1210, audrasjb. Fixes #56538. git-svn-id: https://develop.svn.wordpress.org/trunk@55973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -271,7 +271,6 @@ body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * {
|
||||
/* Table */
|
||||
|
||||
.wp-block-table {
|
||||
border-bottom: 1px solid #ededed;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user