Skip to content

Commit c7aa8ea

Browse files
committed
Renamed tabs in web tool
1 parent 99c74b0 commit c7aa8ea

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

_includes/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
160160
<tr>
161161
<td style="padding: 0px; padding-bottom: 8px">
162162
<div class="mdl-tabs__tab-bar" style="justify-content: flex-start">
163-
<a style="padding-left: 12px; padding-right: 12px" href="#compute-panel" class="mdl-tabs__tab is-active">Compute Loops</a>
164-
<a style="padding-left: 12px; padding-right: 12px" href="#assembly-panel" class="mdl-tabs__tab">Assemble Loops</a>
163+
<a style="padding-left: 12px; padding-right: 12px" href="#compute-panel" class="mdl-tabs__tab is-active">Compute Code</a>
164+
<a style="padding-left: 12px; padding-right: 12px" href="#assembly-panel" class="mdl-tabs__tab">Assemble Code</a>
165165
<a style="padding-left: 12px; padding-right: 12px" href="#full-panel" class="mdl-tabs__tab">Full Code</a>
166166
</div>
167167
</td>

stylesheets/bootstrap-dropdown.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ h1, h2, h3, h4, h5, h6 {
216216
padding-right: 0px;
217217
}
218218

219-
@media (max-width: 525px) {
219+
@media (max-width: 460px) {
220220
#cellBtnDownload {
221221
display: none;
222222
}

0 commit comments

Comments
 (0)