I continue cleaning the code

I also modify CSS for default page and login page a bit:

The grey box on those pages wasn't vertically centred 
the size of that box was 395+ margin top and bottom 200px and 200px
which give 795px if you have small monitor (I have 1330x768) the
content is smaller (in my case is 618) so the vertical scrollbar is
visible.

I added this CSS which fix the bug:

#aiki_home {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 395px;

I also put missing closing php "?>" at the end of the files.

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to