pietrobertini / html5slides

Automatically exported from code.google.com/p/html5slides
0 stars 0 forks source link

Google logo repeats in widescreen layout #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add layout-widescreen
2. Google logo repeats at the bottom of the slides.

What is the expected output? What do you see instead?

The Google logo appears twice at the bottom of the slides. This looks a little 
odd. I think that no-repeat probably needs to be added to the class for the 
background image.

What version of the product are you using? On what operating system?

Latest non-io version

Please provide any additional information below.

Thanks so much for making these slides! They are great! :)

Original issue reported on code.google.com by fusionta...@gmail.com on 21 May 2011 at 4:18

GoogleCodeExporter commented 8 years ago
I changed line 115 of styles.css 
(http://code.google.com/p/html5slides/source/browse/trunk/styles.css#115) to

    background-position: 910px 625px !important;

This works for me in Chrome and Firefox.

Original comment by hoef...@gmail.com on 12 Aug 2011 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by bimm...@gmail.com on 25 Jan 2015 at 12:37

Attachments: