Explorar el Código

minor changes to practices display

practices
Simon Bowie hace 1 año
padre
commit
0694dd711d
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +2
    -0
      web/app/practice.py
  2. +4
    -1
      web/app/static/styles/main.css

+ 2
- 0
web/app/practice.py Ver fichero

@@ -41,7 +41,9 @@ def get_practices():
or_(
Resource.id==53,
Resource.id==56,
Resource.id==57,
Resource.id==59,
Resource.id==61,
Resource.id==62,
Resource.id==63,
Resource.id==64,

+ 4
- 1
web/app/static/styles/main.css Ver fichero

@@ -295,13 +295,16 @@ legend {
}

ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}

ul {
list-style: disc;
}

/*
Prevent resizing textareas horizontally by default.
*/

Cargando…
Cancelar
Guardar