1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Updated .txt suffix

Former-commit-id: 7511a9aef07caf6a743d5e8f66a29290fe6ab919 [formerly 0d1fc564280e837c7f7777beaf4793fb63d72d39] [formerly 8a84a6ec9d8e8646d41864e99399ea3f17a5decf [formerly a4bec42ea68272ec0914f429236f7db4aef0ef6f [formerly bc9fb92a5c]]]
Former-commit-id: 1c0be5813c4f073afdc0449161fde8ea1ca3b0a0 [formerly f7b0345a820e23490e8ff1d9fba036f4d8d021c1]
Former-commit-id: 8944ccbee8627c1c75d0d534914e14e9846e43b6
Former-commit-id: 0ef961a180
This commit is contained in:
Zack Scholl
2016-03-31 09:06:55 -04:00
parent b443193386
commit a6e96a5446
2 changed files with 16 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
height: auto;
}
textarea {
width: 100%;
margin: 5px 0;
@@ -69,6 +68,18 @@
<script src="/static/js/xml.js"></script>
{{ end }}
{{ end }}
{{ if eq .Suffix "txt" }}
<tag autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<style type="text/css">
textarea {
font: 400 18px/1.62 'Ubuntu Mono','Droid Sans Mono';
}
</style>
{{ end }}
</head>
<body>