Solving issue #74 : center-aligned the contents of sidebar
The changes can be seen here
Also,
The form tag used for login/logout in the sidebar was placed inside the 'ul' element but was not a child 'li' element.
Hence removed outside for better HTML semantics.
Those changes can be viewed here
Solving issue #74 : center-aligned the contents of sidebar
The changes can be seen here
Also,
The form tag used for login/logout in the sidebar was placed inside the 'ul' element but was not a child 'li' element.
Hence removed outside for better HTML semantics.
Those changes can be viewed here