|
52 | 52 | </script>
|
53 | 53 | </head>
|
54 | 54 | <body class="swag-line template-index">
|
55 |
| -<div class="container-overflow-wrap"> |
| 55 | +<div> |
56 | 56 |
|
57 | 57 | <div class="container">
|
58 | 58 | <nav class="navbar navbar-default navbar-tall navbar-full" role="navigation">
|
@@ -107,33 +107,44 @@ <h1>Diff Prettifier <a href="#help">
|
107 | 107 | with code syntax highlight and line similarity matching for better code reviews.
|
108 | 108 | </p>
|
109 | 109 | <h2>Options:</h2>
|
110 |
| - <div class="diff-url-options-container"> |
111 |
| - <label title="Output format of the HTML, either line by line or side by side">Output Format |
112 |
| - <select class="options-label-value" id="diff-url-options-output-format" name="outputFormat"> |
113 |
| - <option value="line-by-line" selected>Line by Line</option> |
114 |
| - <option value="side-by-side">Side by Side</option> |
115 |
| - </select> |
116 |
| - </label> |
117 |
| - <label title="Show the file list summary before the diff">File Summary |
118 |
| - <input class="options-label-value" id="diff-url-options-show-files" type="checkbox" name="showFiles" checked/> |
119 |
| - </label> |
120 |
| - <label title="Level of matching for the comparison algorithm">Matching Type |
121 |
| - <select class="options-label-value" id="diff-url-options-matching" name="matching"> |
122 |
| - <option value="lines">Lines</option> |
123 |
| - <option value="words" selected>Words</option> |
124 |
| - <option value="none">None</option> |
125 |
| - </select> |
126 |
| - </label> |
127 |
| - <label title="Similarity threshold for the matching algorithm">Words Threshold |
128 |
| - <input class="options-label-value" id="diff-url-options-match-words-threshold" type="number" |
129 |
| - name="matchWordsThreshold" value="0.25" step="0.05" |
130 |
| - min="0" max="1"/> |
131 |
| - </label> |
132 |
| - <label title="Maximum number of comparison performed by the matching algorithm in a block of changes">Max Comparisons |
133 |
| - <input class="options-label-value" id="diff-url-options-matching-max-comparisons" type="number" |
134 |
| - name="matchingMaxComparisons" value="2500" |
135 |
| - step="100" min="0"/> |
136 |
| - </label> |
| 110 | + <div class="row"> |
| 111 | + <div class="col-md-2 col-xs-12 col-15"> |
| 112 | + <label title="Output format of the HTML, either line by line or side by side">Output Format |
| 113 | + <select class="options-label-value" id="diff-url-options-output-format" name="outputFormat"> |
| 114 | + <option value="line-by-line" selected>Line by Line</option> |
| 115 | + <option value="side-by-side">Side by Side</option> |
| 116 | + </select> |
| 117 | + </label> |
| 118 | + </div> |
| 119 | + <div class=" col-md-2 col-xs-12 col-15"> |
| 120 | + <label title="Show the file list summary before the diff">File Summary |
| 121 | + <input class="options-label-value" id="diff-url-options-show-files" type="checkbox" name="showFiles" checked/> |
| 122 | + </label> |
| 123 | + </div> |
| 124 | + <div class=" col-md-2 col-xs-12 col-15"> |
| 125 | + <label title="Level of matching for the comparison algorithm">Matching Type |
| 126 | + <select class="options-label-value" id="diff-url-options-matching" name="matching"> |
| 127 | + <option value="lines">Lines</option> |
| 128 | + <option value="words" selected>Words</option> |
| 129 | + <option value="none">None</option> |
| 130 | + </select> |
| 131 | + </label> |
| 132 | + </div> |
| 133 | + <div class=" col-md-2 col-xs-12 col-15"> |
| 134 | + <label title="Similarity threshold for the matching algorithm">Words Threshold |
| 135 | + <input class="options-label-value" id="diff-url-options-match-words-threshold" type="number" |
| 136 | + name="matchWordsThreshold" value="0.25" step="0.05" |
| 137 | + min="0" max="1"/> |
| 138 | + </label> |
| 139 | + </div> |
| 140 | + <div class=" col-md-2 col-xs-12 col-15"> |
| 141 | + <label title="Maximum number of comparison performed by the matching algorithm in a block of changes">Max |
| 142 | + Comparisons |
| 143 | + <input class="options-label-value" id="diff-url-options-matching-max-comparisons" type="number" |
| 144 | + name="matchingMaxComparisons" value="2500" |
| 145 | + step="100" min="0"/> |
| 146 | + </label> |
| 147 | + </div> |
137 | 148 | </div>
|
138 | 149 | <br>
|
139 | 150 | <div class="diff-url-wrapper">
|
|
0 commit comments