Skip to content

Commit 45a01d5

Browse files
author
Saveen Reddy
committed
link to style
1 parent 5f83b32 commit 45a01d5

File tree

2 files changed

+46
-47
lines changed

2 files changed

+46
-47
lines changed

docs/index.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
body {
2+
font-family: "Segoe UI", "Lucida Grande";
3+
padding-left: 40px;
4+
padding-right: 40px;
5+
padding-top: 40px;
6+
}
7+
8+
h1 {
9+
font-family: "Segoe UI Light", "Lucida Grande";
10+
font-weight: normal;
11+
font-size: 35pt;
12+
letter-spacing: -3px;
13+
color: #505050;
14+
}
15+
16+
h2 {
17+
font-family: "Segoe UI Semibold", "Lucida Grande";
18+
font-weight: normal;
19+
}
20+
21+
a {
22+
font-family: "Segoe UI Semibold", "Lucida Grande";
23+
color: #0066cc;
24+
text-decoration: none;
25+
}
26+
27+
table td {
28+
vertical-align: top;
29+
border-left: 1px solid #ddd;
30+
padding-right: 10pt;
31+
padding-left: 10pt;
32+
}
33+
34+
table td:first-child {
35+
padding-left: 0pt;
36+
border-left: none;
37+
}
38+
39+
.SubHeading {
40+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
41+
letter-spacing: -2px;
42+
}

docs/index.html

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,11 @@
11
<html>
22
<head>
33
<title>Azure Data Lake</title>
4-
<style>
5-
<!--
6-
body {
7-
font-family: "Segoe UI", "Lucida Grande";
8-
padding-left: 40px;
9-
padding-right: 40px;
10-
padding-top: 40px;
11-
}
12-
13-
h1 {
14-
font-family: "Segoe UI Light", "Lucida Grande";
15-
font-weight: normal;
16-
font-size: 50pt;
17-
color: #555;
18-
}
19-
20-
h2 {
21-
font-family: "Segoe UI Semibold", "Lucida Grande";
22-
font-weight: normal;
23-
}
24-
25-
a {
26-
font-family: "Segoe UI Semibold", "Lucida Grande";
27-
color: #0066CC;
28-
text-decoration: none;
29-
}
30-
31-
table td {
32-
vertical-align: top;
33-
border-left: 1px solid #ddd;
34-
padding-right: 10pt;
35-
padding-left: 10pt;
36-
}
37-
38-
table td:first-child {
39-
padding-left: 0pt;
40-
border-left: none;
41-
}
42-
43-
-->
44-
</style>
45-
46-
</head>
47-
4+
<link rel="stylesheet" href="index.css" /></head>
485
<body>
496

507

51-
<h1>The U-SQL Language&nbsp;</h1>
8+
<h1>U-SQL</h1>
529

5310
<p>
5411
<a href="http://usql.io">usql.io</a>
@@ -105,9 +62,9 @@ <h2>&nbsp;</h2>
10562
</tr>
10663

10764
<tr>
108-
<td style="max-width: 350pt">
65+
<td>
10966
&nbsp;</td>
110-
<td style="max-width: 350pt" colspan="2">
67+
<td colspan="2">
11168

11269
<h2>Developer Tools</h2>
11370
<ul>

0 commit comments

Comments
 (0)