Skip to content

Commit

Permalink
css term style
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 2, 2024
1 parent 4a53f5f commit 46a55f3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions windows/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head> <title>curl for Windows</title>
#include "css.t"
#include "term.t"
<style type="text/css">
a.windl {
font-size: 200%;
Expand Down Expand Up @@ -90,12 +91,12 @@
</ul>

#ifdef CURL_WIN64_VERSION_1
<pre style="white-space: pre-wrap; word-break: keep-all; color: #e0e080; font-size: 45%; background: #000000; padding: 8px 8px 8px 8px;">
CURL_WIN64_VERSION_1
CURL_WIN64_VERSION_2
CURL_WIN64_VERSION_3
CURL_WIN64_VERSION_4
</pre>
<div class="term">
<div class="tline">CURL_WIN64_VERSION_1</div>
<div class="tline">CURL_WIN64_VERSION_2</div>
<div class="tline">CURL_WIN64_VERSION_3</div>
<div class="tline">CURL_WIN64_VERSION_4</div>
</div>
#endif

<p>
Expand Down

0 comments on commit 46a55f3

Please sign in to comment.