From dfd38cb5625f98d9127a6d21cb37b228bc0278ec Mon Sep 17 00:00:00 2001 From: aitzol Date: Wed, 20 Apr 2022 12:55:33 +0200 Subject: [PATCH] eguneraketa --- README.md | 8 ++++---- static/style.css | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84c28b9..447bd36 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [pypi-bottle]: https://pypi.python.org/pypi/bottle/ [pypi-ldap3]: https://pypi.python.org/pypi/ldap3 [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/licenses.html +[GPL3]: https://www.gnu.org/licenses/gpl-3.0.txt +[LICENSE]: https://www.gnu.org/licenses/licenses.html [wsgiref]: https://docs.python.org/3/library/wsgiref.html#module-wsgiref.simple_server [WSGI]: https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface [LDAP]: https://eu.wikipedia.org/wiki/LDAP @@ -80,5 +80,5 @@ Konfiguraketa [settings.ini][settings] fitxategian ezartzen da. Fitxategi honen ## Lizentzia -Lan hau [GPL License][GPL3] lizentziapean aurkitzen da. -Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][LICENSE]. \ No newline at end of file +Lan hau [GPLv3 License][LICENSE] lizentziapean aurkitzen da. +Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][GPL3]. \ No newline at end of file diff --git a/static/style.css b/static/style.css index 333912a..36f0d92 100644 --- a/static/style.css +++ b/static/style.css @@ -181,6 +181,9 @@ button.red:hover{ padding: 0 2.5rem 0 2.5rem; align-items: first baseline; } +.grid-item { + overflow-x: auto; +} .grid-item a { color: #222; }