QuillLittlefeather / openmetaverse

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

[Adjust css + validation w3c] Simian Web Interface #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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%;

Original issue reported on code.google.com by infodjp...@free.fr on 28 Jul 2010 at 2:54

GoogleCodeExporter commented 9 years ago
Applied in r461, thanks!

Original comment by jhurlima...@gmail.com on 28 Jul 2010 at 11:17

GoogleCodeExporter commented 9 years ago
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;

Original comment by infodjp...@free.fr on 30 Jul 2010 at 8:52