Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update css & js #1407

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README_detailed.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ There are three `make` targets that help you check (and fix) your commits:
To easily make any of these targets work as a pre-commit hook, you can create a
symlink to one of the predefined scripts as follows:

+ `ln -s ../../.git-hooks/check_commit .git/hooks/pre-commit` (for check target)
+ `ln -s ../../.git-hooks/autofix .git/hooks/pre-commit` (for autofix target)
+ `ln -s .git-hooks/check_commit .git/hooks/pre-commit` (for check target)
+ `ln -s .git-hooks/autofix .git/hooks/pre-commit` (for autofix target)
2 changes: 1 addition & 1 deletion hugo/assets/css/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.acl-news {
.acl-news-date {
@extend .mb-2;
@extend .font-weight-light;
@extend .fw-light;
font-style: italic;
}

Expand Down
6 changes: 3 additions & 3 deletions hugo/assets/css/_papers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ dd.acl-button-row .btn {
}
}

.list-pl-responsive {
.list-ps-responsive {
padding-left: 24px;
}
@include media-breakpoint-up(md) {
.list-pl-responsive {
.list-ps-responsive {
padding-left: 32px;
}
}
@include media-breakpoint-up(xl) {
.list-pl-responsive {
.list-ps-responsive {
padding-left: 40px; // CSS default
}
}
Expand Down
1 change: 1 addition & 0 deletions hugo/assets/css/academicons.min.css

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

Loading