diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 17:28:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 23:45:30 -0700 |
commit | 90b06f6f6db1a40946ba280f7324b15fec2f667e (patch) | |
tree | 2c41764c7fcd7d8b03c061c292307795b9f3d710 /python/fatcat_web/templates/base.html | |
parent | 18933a623450d42e5834cf31cee1f4cfa7f5bb7a (diff) | |
download | fatcat-90b06f6f6db1a40946ba280f7324b15fec2f667e.tar.gz fatcat-90b06f6f6db1a40946ba280f7324b15fec2f667e.zip |
generic HTML views for TOML editing
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r-- | python/fatcat_web/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 18c66077..2c18ec44 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -25,6 +25,10 @@ @media only screen and (max-width: 479px) { .mobile-hide{ display: none !important; } } + + .field textarea#toml { + font-family: monospace; + } </style> {% block extra_head %}{% endblock %} </head> |