aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-03-09 22:05:34 -0700
committerJordan <me@jordan.im>2021-03-09 22:05:34 -0700
commitc0271039935407c232270cef74cd2f559f77a64e (patch)
tree7440fac74b67a7012c630a78a12286e780fbedc5
parent0792ecdb714a1d7dfe8f3941d32821e3d8f953ce (diff)
downloadcrane-c0271039935407c232270cef74cd2f559f77a64e.tar.gz
crane-c0271039935407c232270cef74cd2f559f77a64e.zip
category padding, line-height
-rw-r--r--README.md2
-rw-r--r--screenshots/admin.pngbin172760 -> 0 bytes
-rw-r--r--templates/layout.html5
3 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 306b2a1..852298b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ or app-proprietary formats), and secure. Paper "categories" are simply
directories created on the filesystem, and paper metadata is derived from
[doi.org](https://www.doi.org/) or `<meta>` tags and written to disk as XML.
-A screenshot of the admin interface can be [found here](screenshots/admin.png).
+A read-only demo instance can be [found here](https://r.jordan.im/).
## Installation
diff --git a/screenshots/admin.png b/screenshots/admin.png
deleted file mode 100644
index a70d525..0000000
--- a/screenshots/admin.png
+++ /dev/null
Binary files differ
diff --git a/templates/layout.html b/templates/layout.html
index a34f5dd..131e9e4 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -79,7 +79,7 @@ div#crane table {
div#crane table#header {
width: 100%;
- margin-bottom: 1em;
+ margin-bottom: 0.5em;
}
div#crane table#header td.inpt {
@@ -145,8 +145,9 @@ div#crane div.content {
div#crane div.cat {
font-size: 80%;
color: #555;
- padding-bottom: 1em;
+ padding-bottom: 0.5em;
overflow-wrap: normal;
+ line-height: 1.5em;
}
div#crane div.list {