2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-01 12:41:36 +01:00

more to-do

This commit is contained in:
2025-01-30 20:20:20 +00:00
parent d275211aa7
commit 8073aca5d2
3 changed files with 26 additions and 11 deletions

View File

@@ -608,6 +608,14 @@ margin-top:5px;
margin-bottom: 5px;
}
/* added 2020-04-24 by Philip Sargent
# to match <code> but inline when documenting systems */
var {
font-family: monospace;
font-style: italic;
font-size: 0.9em;
background-color: #eee;
}
/*The below are stolen from django admin css*/
.addlink {