mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-27 17:24:26 -05:00
Initial docfx documentation placeholder files (#194)
This is documentation changes only so I'm just going to merge directly. The PR is for FYI purposes. Please leave feedback on the commit if you see anything I should follow-up on with this documentation.
This commit is contained in:
43
docs/template/styles/style.css
vendored
Normal file
43
docs/template/styles/style.css
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
body {
|
||||
font-family: "Open Sans", "Segoe UI", sans-serif;
|
||||
padding-top: 0px;
|
||||
}
|
||||
footer {
|
||||
z-index: 0;
|
||||
}
|
||||
.navbar-brand {
|
||||
font-size: 18px;
|
||||
padding: 15px;
|
||||
}
|
||||
.toc .level3 {
|
||||
font-weight: normal;
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
a.pull-right {
|
||||
margin-left: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
article.content > h1 {
|
||||
word-break: break-word;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.toc .level3 > li {
|
||||
display: inline-block;
|
||||
}
|
||||
.toc .level3 > li:after {
|
||||
margin-left: -3px;
|
||||
margin-right: 5px;
|
||||
content: ", ";
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
@media (max-width: 260px) {
|
||||
.toc .level3 > li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.toc .level3 > li:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user