Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c0e126

Browse files
authored
Merge pull requestvinta#1250 from C0derLint/css
CSS Changes
2 parentsaf79924 +4e2a94d commit2c0e126

File tree

2 files changed

+7
-38
lines changed

2 files changed

+7
-38
lines changed

‎.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ language: python
33
python:
44
-"3.6"
55

6-
install:
7-
-pip install -r requirements.txt
8-
96
script:
107
-cp README.md docs/index.md
118
-mkdocs build
129

1310
deploy:
1411
provider:pages
15-
local-dir:"site"
12+
local-dir:site
1613
skip-cleanup:true
1714
keep-history:true
1815
github-token:$GITHUB_TOKEN

‎docs/css/extra.css

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,9 @@
1-
.bs-sidebar.well {
2-
/* margin-bottom: 0; */
3-
}
4-
5-
.bs-sidebar .nav>li>a:hover,
6-
.bs-sidebar .nav>li>a:focus {
7-
border: none;
8-
border-left:2px solid;
9-
}
10-
11-
.bs-sidebar .nav> .active>a,
12-
.bs-sidebar .nav> .active:hover>a,
13-
.bs-sidebar .nav> .active:focus>a {
14-
border: none;
15-
border-left:2px solid;
16-
}
17-
18-
@media (min-width:992px) {
19-
.bs-sidebar.affix {
20-
/* top: 60px; */
21-
/* bottom: 0px; */
22-
top:80px;
23-
bottom:23px;
24-
overflow: auto;
25-
}
26-
}
27-
28-
@media (min-width:1200px) {
29-
.bs-sidebar.affix-bottom,
30-
.bs-sidebar.affix {
31-
width:280px;
1+
@media (min-width:960px) {
2+
html {
3+
scroll-behavior: smooth;
324
}
33-
34-
.container>.col-md-9 {
35-
padding-left:40px;
5+
6+
.md-content__inner>ul:nth-child(5) {
7+
display: none;
368
}
379
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp