From b8f05bd746e3aeadb432a3cee3445e3d821c46aa Mon Sep 17 00:00:00 2001 From: home Date: Fri, 14 Feb 2020 18:34:03 +0100 Subject: [PATCH] modified: README.md new file: admin.css --- README.md | 2 +- admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 admin.css diff --git a/README.md b/README.md index 020399a..07ab7ed 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # css_func_lib -git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs \ No newline at end of file +git submodule add https://git.seemsleg.it/ef/css-func-lib css \ No newline at end of file diff --git a/admin.css b/admin.css new file mode 100644 index 0000000..49c95b1 --- /dev/null +++ b/admin.css @@ -0,0 +1,4 @@ +textarea { + display: block; + width: 100%; +} \ No newline at end of file