Skip to content

Commit 5706583

Browse files
committed
Minor formatting
1 parent a8cbabc commit 5706583

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_includes/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
4949
</div>
5050

5151
<div id="tblFormats" class="mdl-grid" style="padding-top: 0px; padding-bottom: 0px">
52-
<div class="mdl-cell mdl-cell--12-col">
52+
<div class="mdl-cell mdl-cell--12-col" style="margin-top: 2px">
5353
<table class="mdl-data-table mdl-js-data-table" style="width: 100%; margin-bottom: 8px">
5454
<thead>
5555
<tr>
@@ -154,7 +154,7 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
154154
</div>
155155

156156
<div class="mdl-grid" style="padding-top: 6px">
157-
<div class="mdl-cell mdl-cell--12-col">
157+
<div class="mdl-cell mdl-cell--12-col output-panel">
158158
<div id="panelKernels" class="mdl-tabs mdl-js-tabs mdl-js-ripple-effect">
159159
<table style="width: 100%; margin-bottom: 0px">
160160
<tr>

stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ h1, h2, h3, h4, h5, h6 {
233233
#cellBtnDownload {
234234
display: none;
235235
}
236+
237+
.output-panel {
238+
margin-top: 0px;
239+
}
236240
}
237241

238242
@media (max-width: 500px) {

0 commit comments

Comments
 (0)