230500
This commit is contained in:
14
backup/wp/wp-includes/blocks/table/theme-rtl.css
Normal file
14
backup/wp/wp-includes/blocks/table/theme-rtl.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.wp-block-table{
|
||||
margin:0 0 1em;
|
||||
}
|
||||
.wp-block-table td,.wp-block-table th{
|
||||
word-break:normal;
|
||||
}
|
||||
.wp-block-table figcaption{
|
||||
color:#555;
|
||||
font-size:13px;
|
||||
text-align:center;
|
||||
}
|
||||
.is-dark-theme .wp-block-table figcaption{
|
||||
color:#ffffffa6;
|
||||
}
|
||||
Reference in New Issue
Block a user