Skip to content

Commit

Permalink
[e] (0) oops, LTR-specific styles
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4089 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 6, 2009
1 parent fbdf9fe commit fb6df1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -69581,7 +69581,7 @@ h5 { margin-top: 1.67em; margin-bottom; 1.67em; }
h6 { margin-top: 2.33em; margin-bottom; 2.33em; }

dd { margin-left: 40px; } /* <a href=#ltr-specific>LTR-specific</a>: use 'margin-right' for rtl elements */
details &gt; dd, figure &gt; dd { margin-left: 0; }
details &gt; dd, figure &gt; dd { margin-left: 0; } /* <a href=#ltr-specific>LTR-specific</a>: use 'margin-right' for rtl elements */
dir, menu, ol, ul { padding-left: 40px; } /* <a href=#ltr-specific>LTR-specific</a>: use 'padding-right' for rtl elements */
blockquote, figure { margin-left: 40px; margin-right: 40px; }

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -85834,7 +85834,7 @@ h5 { margin-top: 1.67em; margin-bottom; 1.67em; }
h6 { margin-top: 2.33em; margin-bottom; 2.33em; }

dd { margin-left: 40px; } /* <span>LTR-specific</span>: use 'margin-right' for rtl elements */
details > dd, figure > dd { margin-left: 0; }
details > dd, figure > dd { margin-left: 0; } /* <span>LTR-specific</span>: use 'margin-right' for rtl elements */
dir, menu, ol, ul { padding-left: 40px; } /* <span>LTR-specific</span>: use 'padding-right' for rtl elements */
blockquote, figure { margin-left: 40px; margin-right: 40px; }

Expand Down

0 comments on commit fb6df1c

Please sign in to comment.