jan - css + correcting django.wsgi

This commit is contained in:
philip rizk 2010-11-03 23:55:35 +00:00
parent a2844bc2ce
commit 5e645f7a03
2 changed files with 5 additions and 3 deletions

View File

@ -61,12 +61,14 @@ a img {
.videoWrapper {
float: left;
width: 400px;
width: 120px;
height: 120px;
text-align: center;
}
.videoWrapper img {
width: 340px;
width: 75px;
height: auto;
}
.imagesWrapper {

View File

@ -3,7 +3,7 @@ import os
import sys
import site
project_module = 'vurbanism'
project_module = 'rizk'
root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))