Skip to content

Commit b5b57e8

Browse files
committed
Merge branch gh-pages of carpentries/styles
2 parents b5b9d63 + 974ee95 commit b5b57e8

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
Please delete this line and the text below before submitting your contribution.
1+
<details>
2+
<summary><strong>Instructions</strong></summary>
23

3-
---
4+
Thanks for contributing! :heart:
45

5-
Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
6+
If this contribution is for instructor training, please email the link to this contribution to
7+
[email protected] so we can record your progress. You've completed your contribution
8+
step for instructor checkout by submitting this contribution!
69

7-
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact The Carpentries Team at [email protected].
10+
Keep in mind that **lesson maintainers are volunteers** and it may take them some time to
11+
respond to your contribution. Although not all contributions can be incorporated into the lesson
12+
materials, we appreciate your time and effort to improve the curriculum. If you have any questions
13+
about the lesson maintenance process or would like to volunteer your time as a contribution
14+
reviewer, please contact The Carpentries Team at [email protected].
815

9-
---
16+
You may delete these instructions from your comment.
17+
18+
\- The Carpentries
19+
</details>

assets/css/lesson.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ $color-testimonial: #fc8dc1 !default;
7676
.r::before, .language-r::before { content: "R"; }
7777
.sql::before, .language-sql::before { content: "SQL"; }
7878

79+
// Tab panels are used on Setup pages to show instructions for different Operating Systems
80+
.tab-pane {
81+
border: solid 1px #ddd; // #ddd == @nav-tabs-active-link-hover-border-color
82+
border-top: none;
83+
padding: 20px 20px 10px 20px;
84+
border-radius: 0 0 4px 4px; // 4px == @border-radius-base
85+
}
7986

8087
//----------------------------------------
8188
// Specialized blockquote environments for learning objectives, callouts, etc.

0 commit comments

Comments
 (0)