Skip to content

Commit

Permalink
deploy: d2c282e
Browse files Browse the repository at this point in the history
  • Loading branch information
mobyw committed Apr 23, 2024
1 parent 68b7797 commit 48b8e59
Show file tree
Hide file tree
Showing 91 changed files with 215 additions and 196 deletions.
10 changes: 8 additions & 2 deletions css/theme_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pre .cs, pre .c {
form .search-query {
width: 100%;
border-radius: 50px;
padding: 6px 12px; /* csslint allow: box-model */
padding: 6px 12px;
border-color: #D1D4D5;
}

Expand Down Expand Up @@ -135,7 +135,7 @@ form .search-query {
}

td, th {
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
border: 1px solid #e1e4e5 !important;
border-collapse: collapse;
}

Expand All @@ -155,6 +155,12 @@ td, th {
padding-bottom: 40px;
}

/* For section-index only */
.wy-menu-vertical .current-section p {
background-color: #e3e3e3;
color: #404040;
}

/*
* The second step of above amendment: Here we make sure the items are aligned
* correctly within the .rst-current-version container. Using flexbox, we
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href=".">西南交通大学学习资料库</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">西南交通大学学习资料库</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#01">01</a>
</li>
Expand Down Expand Up @@ -309,6 +309,6 @@ <h2 id="02">02</h2>
</html>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-01-10 14:14:36.703439+00:00
MkDocs version : 1.6.0
Build Date UTC : 2024-04-23 04:45:49.703069+00:00
-->
2 changes: 1 addition & 1 deletion js/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion 考研资料/专业课/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ul>
<p class="caption"><span class="caption-text">考研资料</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">专业课</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">专业课</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#file-list">File list</a>
</li>
Expand Down
Loading

0 comments on commit 48b8e59

Please sign in to comment.