diff options
author | Günther Wagner <info@gunibert.de> | 2022-02-01 22:05:39 +0100 |
---|---|---|
committer | Günther Wagner <info@gunibert.de> | 2022-02-01 22:18:07 +0100 |
commit | 110734aaee4675535f4f28bd8fc60d7aba2e5645 (patch) | |
tree | 1c2326c9487198b85ab5d83e82c1a21322943621 /examples/demo/style.css | |
parent | 51b5ed4003c8d074e6edbbd946524d30e1b84ad5 (diff) | |
download | librest-110734aaee4675535f4f28bd8fc60d7aba2e5645.tar.gz |
demo: add authentication methods
Diffstat (limited to 'examples/demo/style.css')
-rw-r--r-- | examples/demo/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/demo/style.css b/examples/demo/style.css new file mode 100644 index 0000000..266daf3 --- /dev/null +++ b/examples/demo/style.css @@ -0,0 +1,3 @@ +.headerrow { + padding: 0px; +} |