Skip to content

Commit

Permalink
fix(converter): minor changes to formatting
Browse files Browse the repository at this point in the history
- line height is a little bigger by default
- nav headers are a little bigger
- code text no longer overlaps on consecutive lines
- removed hide uri parameters option
  • Loading branch information
psastras committed Jul 21, 2016
1 parent 3ddff2c commit 2deaa59
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 76 deletions.
24 changes: 12 additions & 12 deletions examples/default.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/flatly_triple.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/slate_triple.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/slate_wide.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/streak_triple.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/streak_wide.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions templates/index.jade
Expand Up @@ -9,12 +9,22 @@ html
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css")
style!= self.css
style.
.heading a {
font-size: 1.2em;
}
p img {
width: 100%;
}
dd p {
margin: 0.5em 0em;
}
p {
line-height: 150%;
}
code {
padding: 0em 0.25em;
margin: 0em;
}
body.preload
a.text-muted.back-to-top(href='#top')
i.fa.fa-toggle-up
Expand Down
5 changes: 1 addition & 4 deletions templates/mixins.jade
Expand Up @@ -67,10 +67,7 @@ mixin Parameters(params)
//- examples and descriptions.
.title
strong URI Parameters
.collapse-button.show
span.close Hide
span.open Show
.collapse-content(style="padding-bottom: 1em")
div
dl.inner: each param in params || []
dt(style="padding: 0.2em 0em")= self.urldec(param.name)
dd(style="padding: 0.2em 0em")
Expand Down
10 changes: 10 additions & 0 deletions templates/triple.jade
Expand Up @@ -9,12 +9,22 @@ html
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css")
style!= self.css
style.
.heading a {
font-size: 1.2em;
}
p img {
width: 100%;
}
dd p {
margin: 0.5em 0em;
}
p {
line-height: 150%;
}
code {
padding: 0em 0.25em;
margin: 0em;
}
body.preload
#nav-background
div.container-fluid.triple
Expand Down

0 comments on commit 2deaa59

Please sign in to comment.