From 45a01d5c019b5cadf6cd3ed73bbefa6ad1d6eb1a Mon Sep 17 00:00:00 2001 From: Saveen Reddy Date: Sun, 16 Jul 2017 06:51:02 -0700 Subject: [PATCH] link to style --- docs/index.css | 42 ++++++++++++++++++++++++++++++++++++++++ docs/index.html | 51 ++++--------------------------------------------- 2 files changed, 46 insertions(+), 47 deletions(-) create mode 100644 docs/index.css diff --git a/docs/index.css b/docs/index.css new file mode 100644 index 0000000..3317749 --- /dev/null +++ b/docs/index.css @@ -0,0 +1,42 @@ +body { + font-family: "Segoe UI", "Lucida Grande"; + padding-left: 40px; + padding-right: 40px; + padding-top: 40px; +} + +h1 { + font-family: "Segoe UI Light", "Lucida Grande"; + font-weight: normal; + font-size: 35pt; + letter-spacing: -3px; + color: #505050; +} + +h2 { + font-family: "Segoe UI Semibold", "Lucida Grande"; + font-weight: normal; +} + +a { + font-family: "Segoe UI Semibold", "Lucida Grande"; + color: #0066cc; + text-decoration: none; +} + +table td { + vertical-align: top; + border-left: 1px solid #ddd; + padding-right: 10pt; + padding-left: 10pt; +} + + table td:first-child { + padding-left: 0pt; + border-left: none; + } + +.SubHeading { + font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + letter-spacing: -2px; +} diff --git a/docs/index.html b/docs/index.html index 8a3d8af..a237e8d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,54 +1,11 @@ Azure Data Lake - - - - + -

The U-SQL Language 

+

U-SQL

usql.io @@ -105,9 +62,9 @@ - +   - +

Developer Tools