mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-26 01:01:58 +00:00
fix unused formatting pending full removal
This commit is contained in:
parent
66acc4b841
commit
9ec8806efe
@ -13,9 +13,25 @@ body {
|
||||
}
|
||||
/* Use grey for system/programming/nerd pages as a visual reminder */
|
||||
</style>
|
||||
<script src="todo.js" defer></script>
|
||||
<link rel="stylesheet" type="text/css" href="todo-styles.css" />
|
||||
|
||||
<!-- only use some of these styles. Pending tidying after the other todo list is changed to use <details>
|
||||
overwrite the ones we don't want here-->
|
||||
<link rel="stylesheet" type="text/css" href="todo-styles.css" />
|
||||
<style>
|
||||
li {
|
||||
font: 18px Calibri, sanserif;
|
||||
font-weight: normal;
|
||||
color: 6083BF;
|
||||
list-style-type: None;
|
||||
line-height: 1.0;
|
||||
margin-left: 1.0em;
|
||||
}
|
||||
li:before {
|
||||
content: "» ";
|
||||
font-weight: normal;
|
||||
color: 6083BF;
|
||||
}
|
||||
</style>
|
||||
<h1>Expo Systems To-Do List</h1>
|
||||
<button onclick="window.location.href = 'todo.html_edit';">Edit this to-do list</button>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user