Twenty Thirteen: better display for lists next to left-aligned captions. Props rdall for initial patches, closes #24797.
git-svn-id: http://core.svn.wordpress.org/trunk@24785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
622709076b
commit
5f962bfbab
|
@ -365,6 +365,11 @@ img {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.mceTemp + ul,
|
||||
.mceTemp + ol {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 8.0 Post Formats
|
||||
|
@ -534,6 +539,7 @@ img {
|
|||
color: #fbfaf3;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 9.0 RTL
|
||||
* ----------------------------------------------------------------------------
|
||||
|
|
|
@ -11,7 +11,6 @@ See http://codex.wordpress.org/Right_to_Left_Language_Support
|
|||
* Table of Contents:
|
||||
*
|
||||
* 1.0 - Reset
|
||||
* 2.0 - Repeatable Patterns
|
||||
* 4.0 - Header
|
||||
* 4.1 - Site Header
|
||||
* 4.2 - Navigation
|
||||
|
|
|
@ -743,6 +743,12 @@ img.wp-smiley,
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.wp-caption.alignleft + ul,
|
||||
.wp-caption.alignleft + ol {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 3.0 Basic Structure
|
||||
* ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue