Twenty Thirteen: better display for lists next to left-aligned captions. Props rdall for initial patches, closes #24797.

git-svn-id: https://develop.svn.wordpress.org/trunk@24785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-07-23 21:45:01 +00:00
parent 610c593fda
commit a57e1fbddd
3 changed files with 12 additions and 1 deletions

View File

@ -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
* ----------------------------------------------------------------------------

View File

@ -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

View File

@ -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
* ----------------------------------------------------------------------------