summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-08 14:33:03 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-08 14:33:03 -0500
commit093425e240308f097f341bd214a45cd976e89ae2 (patch)
tree667657a015f6418ff3dfdf982b19d14cd383be8a /includes
parent8d90867868b86c53b8cf7bc88d5f188ab7ccd58e (diff)
download53hor-093425e240308f097f341bd214a45cd976e89ae2.tar.xz
53hor-093425e240308f097f341bd214a45cd976e89ae2.zip
added tox to contact, added scrum planning post
Diffstat (limited to 'includes')
-rw-r--r--includes/stylesheet.css23
-rw-r--r--includes/tox.pngbin0 -> 6336 bytes
2 files changed, 21 insertions, 2 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css
index 1fbee17..fdefbae 100644
--- a/includes/stylesheet.css
+++ b/includes/stylesheet.css
@@ -98,12 +98,16 @@ article ul {
}
article ul li {
- padding-left: 16px;
+ padding: 0.5em;
}
article ul li:before {
content: "➙";
- padding-right: 8px;
+ padding-right: 0.5em;
+}
+
+article ol li {
+ padding: 0.5em;
}
p img {
@@ -122,3 +126,18 @@ iframe {
margin-left: auto;
margin-right: auto;
}
+
+.list {
+ overflow-x: auto;
+}
+
+.list table {
+ width: 100%;
+}
+
+.list td,
+th {
+ padding: 0.5em;
+ text-align: left;
+ border-bottom: 1px solid var(--charcoal);
+}
diff --git a/includes/tox.png b/includes/tox.png
new file mode 100644
index 0000000..24ce11a
--- /dev/null
+++ b/includes/tox.png
Binary files differ