Support #3182 - Website: 'Downloads' Displayed incorrectly with Chromium
Created on:
23 Apr 2012 16:44
Updated by:
Updated on:
12 Jun 2012 18:12
Google ID:
None
Redmine ID:
3234
Steps to reproduce:
- Go to http://synergy-foss.org/download/
-
-
Expected: View similar to other browsers
Actual: View is 'screwed' -- see screenshot
Versions (Synergy, OS):
Server: ArchLinux running Chromium 18
Client 1:
Workaround:
I think the stylesheet is wrong.
main.css:163
div.download div.list {
float: left;
margin-left: 25px;
height: 50px;
width: 520px;
}
removing the 'height' attribute solves it for me.
Write comment