jan - css + correcting django.wsgi
This commit is contained in:
parent
a2844bc2ce
commit
5e645f7a03
|
@ -61,12 +61,14 @@ a img {
|
||||||
|
|
||||||
.videoWrapper {
|
.videoWrapper {
|
||||||
float: left;
|
float: left;
|
||||||
width: 400px;
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoWrapper img {
|
.videoWrapper img {
|
||||||
width: 340px;
|
width: 75px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imagesWrapper {
|
.imagesWrapper {
|
||||||
|
|
|
@ -3,7 +3,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import site
|
import site
|
||||||
|
|
||||||
project_module = 'vurbanism'
|
project_module = 'rizk'
|
||||||
|
|
||||||
root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user