Skip to content

Commit c76f4ab

Browse files
committed
Update path to CSS file.
1 parent 0bada90 commit c76f4ab

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8"/>
66
<title>TextAnalysisTool.NET</title>
77
<meta name="description" content="TextAnalysisTool.NET: A program designed to excel at viewing, searching, and navigating large files quickly and efficiently."/>
8-
<link href="../tool.css" rel="stylesheet" type="text/css"/>
8+
<link href="tool.css" rel="stylesheet" type="text/css"/>
99
</head>
1010
<body>
1111
<div class="center">

tool.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
body {
2+
font-family: 'Segoe UI', Arial, sans-serif;
3+
font-size: 10pt;
4+
}
5+
6+
h1 {
7+
font-size: 130%;
8+
font-weight: bold;
9+
margin-bottom: 0;
10+
}
11+
12+
h2 {
13+
font-size: 100%;
14+
margin-top: 2em;
15+
}
16+
17+
pre {
18+
background-color: rgba(0, 0, 0, 0.1);
19+
float: left;
20+
margin-bottom: 0;
21+
}
22+
23+
.center {
24+
text-align:center;
25+
}
26+
27+
.clear {
28+
overflow: hidden;
29+
}
30+
31+
.label {
32+
text-decoration: underline;
33+
}

0 commit comments

Comments
 (0)