jan - css + correcting django.wsgi
This commit is contained in:
parent
a2844bc2ce
commit
5e645f7a03
|
@ -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 {
|
||||
|
|
|
@ -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__), '..')))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user