You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
608 B

<!doctype html>
<html lang="en">
<head>
<title><%- padId %></title>
<meta name="generator" content="Etherpad">
<meta name="author" content="Etherpad">
<meta name="changedby" content="Etherpad">
<meta charset="utf-8">
<style>
ol {
counter-reset: item;
}
ol > li {
counter-increment: item;
}
ol ol > li {
display: block;
}
ol > li {
display: block;
}
ol > li:before {
content: counters(item, ".") ". ";
}
ol ol > li:before {
content: counters(item, ".") ". ";
margin-left: -20px;
}
ul.indent {
list-style-type: none;
}
<%- extraCSS %>
</style>
</head>
<body>
<%- body %>
</body>
</html>