aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.css
diff options
context:
space:
mode:
authorBonfaceKilz2020-06-17 03:04:18 +0300
committerBonfaceKilz2020-06-17 03:04:18 +0300
commit3219721c15ba9518ea153bea335966b45a4cffcb (patch)
tree27ccb66ce93a32da1ddd0b2553d0e2ed4a3fdae0 /bh20simplewebuploader/static/main.css
parentd18005b1880692cab16ecfc9e0c950abc4259087 (diff)
downloadbh20-seq-resource-3219721c15ba9518ea153bea335966b45a4cffcb.tar.gz
bh20-seq-resource-3219721c15ba9518ea153bea335966b45a4cffcb.tar.lz
bh20-seq-resource-3219721c15ba9518ea153bea335966b45a4cffcb.zip
Remove literal json representation of map
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r--bh20simplewebuploader/static/main.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index cadb9a5..cc6d5e4 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -227,17 +227,6 @@ a {
column-width: 250px;
}
-pre code {
- background-color: #eee;
- display: flex;
- width: max-content;
- margin: 0 auto;
- overflow-y: scroll;
- max-height: 300px;
- padding: 10px;
- border: solid 1px black;
-}
-
.record, .record .field-group, .record .field-group .field {
display: flex;
flex-direction: column;