Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions wordpress.org/public_html/style/wp4-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,23 @@ a img.aligncenter {
height: auto;
}

/*
* Syndicated entries can arrive with pixel widths baked into the markup by the
* source site, for example the 560px email column that newsletter plugins put on
* separators. `.wrapper img` above is constrained for the same reason; these are
* the other elements that turn up with a hardcoded width and push the page
* sideways on narrow screens.
* See https://meta.trac.wordpress.org/ticket/8419
*/
.wrapper .entry hr,
.wrapper .entry table,
.wrapper .entry iframe,
.wrapper .entry video,
.wrapper .entry embed,
.wrapper .entry object {
max-width: 100%;
}

#wporg-header {
position: relative;
height: 140px;
Expand Down
17 changes: 17 additions & 0 deletions wordpress.org/public_html/style/wp4.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.