.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 01:36:37 +0530
changeset 479 fdaf0d8ceb53
parent 399 e081065bc80c
child 552 4ad59c93c2bd
permissions -rw-r--r--
Add additional div tags and use % based values for all properties instead of pixel based. The core ideas of using multiple containers among other things as commented in the CSS file are taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# giving them the due credits they deserve. Thank you very much guys. I was struggling to get a fully liquid three-column layout. I made some changes as per my ideas.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings
.*.swp
*.egg
*.egg-link
*.svn*
*.wpr
.installed.cfg
src/*
parts
downloads
.xvpics*
.project
pytask/local.py
pytask/pytask.egg-info
pytask/static/media
apache/*
*.swp
*.bak
*.swo
*.db-journal
*.db
migrations