Export to GitHub

openmetaverse - issue #42

[Adjust css + validation w3c] Simian Web Interface


Posted on Jul 28, 2010 by Quick Elephant

Hello, there are three small changes to the file style.css

1) To align the template (1 pixel shift). in menu () put width: 661px;

2) To validate w3c in h1 span () replace: background-repeat: no-repeat top left; by: background-position: top left; background, repeat: no-repeat;

3) to align the table ADIM in table () add width: 100%;

Comment #1

Posted on Jul 28, 2010 by Quick Lion

Applied in r461, thanks!

Comment #2

Posted on Jul 30, 2010 by Quick Elephant

Super!

You will certainly have noticed, I made a small mistake not background-position: top left; background, repeat: no-repeat; But it background-position: top left; background-repeat: no-repeat;

Status: Fixed

Labels:
Type-Defect Priority-Low Project-SimianGrid