fefa4ka 11 years ago
parent 23f101af54
commit b7f9d1dcd8
  1. 2
      app/settings.py
  2. 4
      zsite/static/less/people.less
  3. 17
      zsite/static/less/theory.less

@ -109,7 +109,7 @@ PIPELINE_JS = {
'vendor/angular/angular.js',
'vendor/angular-bootstrap/ui-bootstrap.js',
'vendor/angular-bootstrap/ui-bootstrap-tpls.js',
# 'vendor/jquery/dist/jquery.js',
'vendor/jquery/dist/jquery.js',
),
'output_filename': 'js/vendor.js',
}

@ -15,16 +15,18 @@
padding-right: 20%;
float: right;
}
.plugin-people-feature {
margin-top: 20px;
.people-visual {
float: left;
margin-bottom: 10px;
margin-left: -120px;
}
.people-description {
width: 80%;
font-size: 15px;
padding-top: 25px;

@ -1,11 +1,13 @@
.theory {
background: #FFF0D8;
padding: 5px 18px;
padding: 5px 15px;
h5 {
padding-left: 22px;
font-weight: 700;
margin-bottom: 5px;
}
ul {
@ -13,6 +15,19 @@
li {
margin-bottom: 5px;
text-indent: -22px;
margin-left: 22px;
}
}
border-radius: 3px;
}
.theory-block {
.about-videos {
margin-top: 15px;
margin-left: 10px;
}
}
Loading…
Cancel
Save