eguneraketa
This commit is contained in:
parent
ee34121155
commit
dfd38cb562
@ -5,8 +5,8 @@
|
|||||||
[pypi-bottle]: https://pypi.python.org/pypi/bottle/
|
[pypi-bottle]: https://pypi.python.org/pypi/bottle/
|
||||||
[pypi-ldap3]: https://pypi.python.org/pypi/ldap3
|
[pypi-ldap3]: https://pypi.python.org/pypi/ldap3
|
||||||
[settings]: https://git.lainoa.eus/aitzol/ldap-python-webui/src/branch/master/settings.ini.example
|
[settings]: https://git.lainoa.eus/aitzol/ldap-python-webui/src/branch/master/settings.ini.example
|
||||||
[LICENSE]: https://www.gnu.org/licenses/gpl-3.0.txt
|
[GPL3]: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
[GPL3]: https://www.gnu.org/licenses/licenses.html
|
[LICENSE]: https://www.gnu.org/licenses/licenses.html
|
||||||
[wsgiref]: https://docs.python.org/3/library/wsgiref.html#module-wsgiref.simple_server
|
[wsgiref]: https://docs.python.org/3/library/wsgiref.html#module-wsgiref.simple_server
|
||||||
[WSGI]: https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
|
[WSGI]: https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
|
||||||
[LDAP]: https://eu.wikipedia.org/wiki/LDAP
|
[LDAP]: https://eu.wikipedia.org/wiki/LDAP
|
||||||
@ -80,5 +80,5 @@ Konfiguraketa [settings.ini][settings] fitxategian ezartzen da. Fitxategi honen
|
|||||||
|
|
||||||
## Lizentzia
|
## Lizentzia
|
||||||
|
|
||||||
Lan hau [GPL License][GPL3] lizentziapean aurkitzen da.
|
Lan hau [GPLv3 License][LICENSE] lizentziapean aurkitzen da.
|
||||||
Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][LICENSE].
|
Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][GPL3].
|
@ -181,6 +181,9 @@ button.red:hover{
|
|||||||
padding: 0 2.5rem 0 2.5rem;
|
padding: 0 2.5rem 0 2.5rem;
|
||||||
align-items: first baseline;
|
align-items: first baseline;
|
||||||
}
|
}
|
||||||
|
.grid-item {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
.grid-item a {
|
.grid-item a {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user