summaryrefslogtreecommitdiffstats
path: root/js/layout.js
AgeCommit message (Collapse)AuthorFilesLines
2013-08-24set time interval to 30s for update checkArun Persaud1-1/+1
2013-08-17update favicon if it's your turn.Arun Persaud1-0/+30
Added a simple php script that returns via json if it's your turn and then check this every 10s using javascript.
2013-01-19LAYOUT: improved layout of about pageArun Persaud1-0/+7
2013-01-12LAYOUT: some small CSS adjustmentsArun Persaud1-0/+2
2012-12-09LAYOUT: use bootstrap to style gravatar imagesArun Persaud1-0/+2
2012-12-09bootstrap: fixed login/register, footer, and navbarArun Persaud1-2/+25
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
2012-10-06starting to bootstrap the layout: navbar and tricksArun Persaud1-0/+3
- changing the tricks-selector to a paginator and fixing the js for highlighting - adding a navbar using bootstrap, probably should use .wrap more instead of adding divs to the code