Skip to content

Commit

Permalink
improve code blocks, narrower lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRaven2000 committed Oct 2, 2024
1 parent a799752 commit 42ae0d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="stylesheet" type="text/css" media="scree, all" href="/css/b-i-f.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/media.css?v=4">
<link rel="stylesheet" type="text/css" media="screen, all" href="/css/webFonts.css">
<link rel="stylesheet" type="text/css" media="screen, all" href="/css/project.css?v=2">
<link rel="stylesheet" type="text/css" media="screen, all" href="/css/project.css?v=3">
<link rel="stylesheet" type="text/css" media="screen, all" href="/css/project_nav.css?v=1">
<link rel="stylesheet" type="text/css" media="screen, all" href="/css/jqueryPlugins.css?v=3">
<!--[if lte IE 7]>
Expand Down
3 changes: 2 additions & 1 deletion src/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,12 @@ a[href]:focus {
border-radius: 10px; /* CSS3 = IE9 / Firefox 4+ */
border-width: 1px;
color: black;
font-family: Consolas, 'Courier New', Geneva, sans-serif;
font-size:10pt;
overflow: auto; /* OLD scroll */
line-height: 1.3em;
margin-left: 30px;
max-height: 220px;
font-family: Consolas, 'Courier New', Geneva, sans-serif;
}
.preview {
margin-left: 30px;
Expand Down
2 changes: 1 addition & 1 deletion src/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h5 class="templateBlock">quote header<div class="copy" onclick="copyToClipboard
<h5 class="templateBlock">template<div class="copy" onclick="copyToClipboard(this);">copy!</div></h5>
<div class="code_block">
&lt;br&gt; &lt;br&gt;<br>
<code>%sig(html)% or %sig(text)%</code> &lt;br&gt;<br>
<code>%sig%</code> &lt;br&gt;<br>
</div>
</div>
</li>
Expand Down

0 comments on commit 42ae0d6

Please sign in to comment.