File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,13 +157,15 @@ body {
157157.readme-section ,
158158.setup-section ,
159159.overview-section ,
160+ .analysis-section ,
160161.rounds-section {
161162 margin-bottom : 3rem ;
162163}
163164
164165.readme-section h2 ,
165166.setup-section h2 ,
166167.overview-section h2 ,
168+ .analysis-section h2 ,
167169.rounds-section h2 {
168170 color : var (--accent-color );
169171 font-size : 1.5rem ;
@@ -1575,9 +1577,6 @@ summary:focus {
15751577}
15761578
15771579/* Analysis Section Styles */
1578- .analysis-section {
1579- margin-bottom : 2rem ;
1580- }
15811580
15821581.line-analysis-container {
15831582 margin-top : 1rem ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <h2><i class="bi bi-graph-up"></i> Analysis</h2>
55 <!-- Line Counting Analysis -->
66 < details class ="foldout ">
77 < summary > < i class ="bi bi-graph-up-arrow "> </ i > Line Counting Analysis</ summary >
8- < div class ="log-content ">
8+ < div class ="log-content-container ">
99 {% if analysis_data and analysis_data.all_files %}
1010 < div class ="line-analysis-container ">
1111 <!-- File Dropdown -->
Original file line number Diff line number Diff line change 11<!-- Rounds Section -->
22< section class ="rounds-section ">
3- < h2 > < i class ="bi bi-target "> </ i > Detailed Rounds</ h2 >
3+ < h2 > < i class ="bi bi-flag "> </ i > Rounds</ h2 >
44
55 {% for round_data in metadata.rounds %}
66 {% set round_num = round_data.round_num %}
Original file line number Diff line number Diff line change 3636 < button class ="toc-item toc-top " onclick ="scrollToTop() ">
3737 < i class ="bi bi-arrow-up "> </ i > Go to Top
3838 </ button >
39- < div class ="toc-section ">
40- < div class ="toc-section-title "> Sections</ div >
41- < button class ="toc-item " onclick ="scrollToElement('.overview-section') ">
42- < i class ="bi bi-bar-chart "> </ i > Overview
43- </ button >
44- < button class ="toc-item " onclick ="scrollToElement('.analysis-section') ">
45- < i class ="bi bi-graph-up "> </ i > Analysis
46- </ button >
47- < button class ="toc-item " onclick ="scrollToElement('.rounds-section') ">
48- < i class ="bi bi-target "> </ i > Rounds
49- </ button >
50- </ div >
39+ < button class ="toc-item " onclick ="scrollToElement('.overview-section') ">
40+ < i class ="bi bi-bar-chart "> </ i > Overview
41+ </ button >
42+ < button class ="toc-item " onclick ="scrollToElement('.analysis-section') ">
43+ < i class ="bi bi-graph-up "> </ i > Analysis
44+ </ button >
5145 {% if metadata.rounds %}
52- < div class ="toc-section ">
53- < div class ="toc-section-title "> Rounds</ div >
5446 {% for round_data in metadata.rounds %}
5547 < button class ="toc-item " onclick ="scrollToRound({{ round_data.round_num }}) ">
56- Round {{ round_data.round_num }}
48+ < i class =" bi bi-flag " > </ i > Round {{ round_data.round_num }}
5749 </ button >
5850 {% endfor %}
59- </ div >
6051 {% endif %}
6152 </ div >
6253 </ div >
You can’t perform that action at this time.
0 commit comments