Skip to content
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
1 change: 1 addition & 0 deletions kennel2/src/root.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ var LANGUAGE_NAME_TO_TAB_ID = {
<div class="option-raw runtime-option-raw"></div>
</span>
<div class="wandbox-shown-runtime-option-raw">
Runtime options...
</div>
<% end %>
</div>
Expand Down
1 change: 1 addition & 0 deletions kennel2/static/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ footer {
.wandbox-shown-runtime-option-raw {
margin-top: 10px;
height: 13px;
line-height: 13px;
border-radius: 5px;
background-color: #ddd;
}
Expand Down