forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scala#28 from pikinier20/scaladoc/review-fixes
Review fixes
- Loading branch information
Showing
20 changed files
with
175 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,51 @@ | ||
.content-contributors.hidden { | ||
display: none; | ||
} | ||
|
||
.content-contributors .contributors-container div a { | ||
vertical-align: middle; | ||
padding: 3px; | ||
text-decoration: none; | ||
} | ||
|
||
.content-contributors { | ||
background-color: var(--background-neutral); | ||
padding: calc(3 * var(--base-spacing)); | ||
border-radius: 4px; | ||
} | ||
|
||
.content-contributors .contributors-container { | ||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
padding-bottom: 25px; | ||
row-gap: calc(3 * var(--base-spacing)); | ||
column-gap: calc(4 * var(--base-spacing)); | ||
} | ||
.content-contributors .contributors-container div { | ||
margin: 5px; | ||
} | ||
.content-contributors .contributors-container div a { | ||
vertical-align: middle; | ||
padding: 3px; | ||
text-decoration: none; | ||
|
||
.content-contributors h1 { | ||
color: var(--text-primary); | ||
padding-bottom: calc(3 * var(--base-spacing)); | ||
} | ||
|
||
.content-contributors .contributors-container div img { | ||
vertical-align: middle; | ||
width: 35px; | ||
height: 35px; | ||
margin-bottom: 0; | ||
border-radius: 7px; | ||
border-radius: 50%; | ||
margin-right: calc(1.5 * var(--base-spacing)); | ||
} | ||
|
||
#content .content-contributors .contributors-container div a { | ||
text-decoration: none; | ||
border-bottom: none; | ||
} | ||
|
||
.content-contributors .contributors-container { | ||
padding: 0; | ||
} | ||
|
||
.content-contributors .github-edit-button { | ||
padding-top: calc(2 * var(--base-spacing)); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
scaladoc/resources/dotty_res/styles/theme/components/contributors.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.