Skip to content

Commit

Permalink
fix(author): removed mikeb at his request
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Sep 2, 2024
1 parent e8c585e commit 4d87c92
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions respec/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
name: "Charles Ivie",
url: "https://www.linkedin.com/in/charlesivie/",
},
{
name: "Mike Bennett, OMG Technical Director & Ontologist",
url: "https://www.linkedin.com/in/mikehypercube/",
},
],
github: {
branch: "main",
Expand Down Expand Up @@ -174,32 +170,6 @@
top: 0.5em; /* Aligns the bullet vertically with the text */
font-size: 0.6em; /* Adjust the size of the bullet */
}

pre.ekgfexample {
background-color: #f9f9f9;
border-left: 6px solid #3c78d8;
margin: 1.5em 1.5em 0;
padding: 1em 1em 0;
}

code.ekgfexample {
overflow-wrap: break-word;
background-color: #f9f9f9;
margin: 1.5em 0;
padding: 1em 1em 0;
color: black;
}
@media print {
body {
max-width: none !important;
}
img {
max-width:100% !important;
}
code.ekgfexample {
white-space: pre-wrap;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -671,9 +641,7 @@ <h2>Worked Examples</h2>
<section>
<h3>{{example.name}}</h3>
<p>{{example.text}}</p>
{% if example.json is not none and example.json != '' %}
<pre class="hljs json ekgfexample"><code class="ekgfexample">{{example.json}}</code></pre>
{% endif %}
<pre class="hljs json">{{example.json}}</pre>
</section>
{% endfor %}
</section>
Expand Down

0 comments on commit 4d87c92

Please sign in to comment.