Skip to content

Rebuild theme #1531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<script src="{{ relURL "assets/js/main.js" }}" type="text/javascript"></script>
<script src="{{ relURL "assets/js/search.js" }}" type="text/javascript"></script>-->
<script src="{{ relURL "build/js/libs-de389cd58b.min.js" }}" type="text/javascript"></script>
<script src="{{ relURL "build/js/main-62dc719371.min.js" }}" type="text/javascript"></script>
<script src="{{ relURL "build/js/main-d68edd0469.min.js" }}" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion themes/docsmith/layouts/partials/includes_head_prod.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link href="{{ relURL "build/stylesheets/home-5bbe799b15.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-fc98150ddf.min.css" }}" rel='stylesheet' type='text/css'>
3 changes: 3 additions & 0 deletions themes/docsmith/layouts/shortcodes/table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div id="table-shortcode" class="{{ range .Params }}{{ . }} {{ end }}">
{{ .Inner | markdownify }}
</div>
Empty file modified themes/docsmith/static/build/js/libs-de389cd58b.min.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.min.js
100755 → 100644
Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/docsmith/static/build/js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion themes/docsmith/static/build/lunr-417f2756a4.json

This file was deleted.

1 change: 1 addition & 0 deletions themes/docsmith/static/build/lunr-9bd9308189.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/docsmith/static/build/lunr.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions themes/docsmith/static/build/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -10306,9 +10306,6 @@ body.modal-open,
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.table {
table-layout: fixed;
}
.table > thead > tr > th {
color: white;
font-family: "Lato", sans-serif;
Expand Down Expand Up @@ -10434,6 +10431,12 @@ table.lntable tbody > tr > td.lntd:first-child {
border-bottom: none;
}
}
.center-first-column > table tbody > tr:first-child {
text-align: center !important;
}
.fixed-layout > table {
table-layout: fixed;
}
.form-control {
padding-top: 8px;
border: 1px solid #e7e6e6;
Expand Down Expand Up @@ -20456,7 +20459,6 @@ div.library-tile .tile-title + .lead {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
table-layout: fixed;
}
#article-body table:not([class]) > thead > tr > th,
#article-body table:not([class]) > tbody > tr > th,
Expand Down
6 changes: 3 additions & 3 deletions themes/docsmith/static/build/stylesheets/home.min.css

Large diffs are not rendered by default.