Skip to content

Commit

Permalink
Merge pull request #3194 from vespa-engine/hybrid-tutorial
Browse files Browse the repository at this point in the history
Hybrid tutorial
  • Loading branch information
jobergum authored Aug 26, 2024
2 parents db2b6cb + f6501d9 commit 4c7dd2a
Show file tree
Hide file tree
Showing 3 changed files with 913 additions and 66 deletions.
20 changes: 19 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,24 @@ table {
background-color: $color-brand-300;
}

.filepath {
-webkit-font-smoothing: auto;
overflow: auto;
page-break-inside: avoid;
display: block;
line-height: 1.42857143;
color: #d0d0d0;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #404040;
white-space: pre-wrap;
background-color: #404040;
border-radius: 4px;
padding: 14px;
margin-bottom: 10px;
margin-top: 10px;
}


/* Query results */
.search-result-list {
Expand Down Expand Up @@ -610,4 +628,4 @@ blockquote {
background-color: #e8e8e8;
padding: 5px 5px 5px 5px;
border-radius: 5px;
}
}
Loading

0 comments on commit 4c7dd2a

Please sign in to comment.