summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-07-23 23:56:25 +0530
committerArun Isaac2022-07-24 01:07:34 +0530
commitbe5690593bc7046d84a15587c343d4a3d495b985 (patch)
tree0c895f2b1263bf2f2262078fd592c51c93f4a226
parent048291b9f935ba3b9168b867a4683c718510d50f (diff)
downloadtissue-be5690593bc7046d84a15587c343d4a3d495b985.tar.gz
tissue-be5690593bc7046d84a15587c343d4a3d495b985.tar.lz
tissue-be5690593bc7046d84a15587c343d4a3d495b985.zip
web: server: Style document type identifiers without color.
* tissue/web/server.scm (%css)[.document-type]: Remove font-size, padding, background-color and color properties. [.open-issue-document-type]: Remove background-color property.
-rw-r--r--tissue/web/server.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/tissue/web/server.scm b/tissue/web/server.scm
index 0d45578..a3b713e 100644
--- a/tissue/web/server.scm
+++ b/tissue/web/server.scm
@@ -76,14 +76,9 @@ form { text-align: center; }
}
.search-result a { text-decoration: none; }
.document-type {
- font-size: xx-small;
font-weight: bold;
- padding: 0 0.2em;
- background-color: darkmagenta;
- color: white;
text-transform: uppercase;
}
-.open-issue-document-type { background-color: green; }
.search-result-metadata {
color: dimgray;
font-size: smaller;