Procházet zdrojové kódy

adding Preserving practice

practices
Simon Bowie před 1 rokem
rodič
revize
7f367ac516
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +0
    -1
      web/app/practice.py
  2. +6
    -0
      web/app/static/styles/main.css

+ 0
- 1
web/app/practice.py Zobrazit soubor

@@ -40,7 +40,6 @@ def get_practices():
practices_query = practices_query.filter(
not_(or_(
Resource.id==52,
Resource.id==54,
Resource.id==55,
Resource.id==58
)))

+ 6
- 0
web/app/static/styles/main.css Zobrazit soubor

@@ -1182,6 +1182,12 @@ h1, h2, h3 {
font-family: 'ag-fett';
}

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

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

Načítá se…
Zrušit
Uložit