aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-02 20:11:26 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-02 20:11:26 +0100
commit9cc176630c505a9d553e25d6ba93328b7b69e669 (patch)
tree545832dfc75d5752053693cc420cd79989d88edd /app/static
parentf782024d63bbed835850c22b8d5c2a33aa28f6e3 (diff)
Updated things.
Diffstat (limited to 'app/static')
-rw-r--r--app/static/favicon.icobin0 -> 16958 bytes
-rw-r--r--app/static/favicon.pngbin0 -> 13077 bytes
-rw-r--r--app/static/page.css14
3 files changed, 12 insertions, 2 deletions
diff --git a/app/static/favicon.ico b/app/static/favicon.ico
new file mode 100644
index 0000000..8e0d4fb
--- /dev/null
+++ b/app/static/favicon.ico
Binary files differ
diff --git a/app/static/favicon.png b/app/static/favicon.png
new file mode 100644
index 0000000..145d4a5
--- /dev/null
+++ b/app/static/favicon.png
Binary files differ
diff --git a/app/static/page.css b/app/static/page.css
index 292a478..385ebf0 100644
--- a/app/static/page.css
+++ b/app/static/page.css
@@ -21,7 +21,15 @@ body {
.header h1, .header p {
display: inline;
- text-align: center;
+}
+
+.nav {
+ list-style-type: none;
+ padding: 0;
+}
+.nav li {
+ display: inline;
+ padding: 5px 10px;
}
.demo {
@@ -42,10 +50,12 @@ body {
.inp textarea {
border: 3px solid #CCC;
- height: 150px;
+ height: auto;
+ min-height: 150px;
padding: 5px 7px;
box-sizing: border-box;
background-color: #f8f8f8;
+ resize: vertical;
transition: border 0.2s ease-in-out;
}