瀏覽代碼

adding Preserving practice

practices
Simon Bowie 1 年之前
父節點
當前提交
7f367ac516
共有 2 個檔案被更改,包括 6 行新增1 行删除
  1. +0
    -1
      web/app/practice.py
  2. +6
    -0
      web/app/static/styles/main.css

+ 0
- 1
web/app/practice.py 查看文件

practices_query = practices_query.filter( practices_query = practices_query.filter(
not_(or_( not_(or_(
Resource.id==52, Resource.id==52,
Resource.id==54,
Resource.id==55, Resource.id==55,
Resource.id==58 Resource.id==58
))) )))

+ 6
- 0
web/app/static/styles/main.css 查看文件

font-family: 'ag-fett'; font-family: 'ag-fett';
} }


h4 {
font-style: italic;
font-weight: 700;
margin: 15px 0px 10px 0;
}

.huge-title { .huge-title {
font-size: 1.85rem; font-size: 1.85rem;
line-height: 1; line-height: 1;

Loading…
取消
儲存