Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/index-desktop.css

Issue 29544557: Issue 5672 - Misplaced content on adblockplus.org/maxthon (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Revert edge-teaser image alt typo fix Created Sept. 18, 2017, 7:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -11,16 +11,18 @@
{
width: 1000px;
}
#main
{
width: 426px;
height: auto;
+ /* Force height to be at least the height of the video/image */
+ min-height: 310px;
position: relative;
float: right;
margin-left: 0px;
margin-right: 3px;
margin-bottom: 4px;
}
html[dir="rtl"] #main
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld