Skip to content

Commit 7fe63b7

Browse files
author
jordanmccullough
committed
Add updated generated style artifact
1 parent 5543b00 commit 7fe63b7

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

_stylesheets/curriculum-beta.css

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,38 @@ html, body {
6262
/* GitHub Links */
6363
/* GitHub Book Links, Guide Links */
6464
/* YouTube Links */ }
65-
.curriculum h1, .curriculum h2, .curriculum h3, .curriculum h4, .curriculum h5, .curriculum h6, .curriculum p, .curriculum ul, .curriculum pre, .curriculum svg {
65+
.curriculum h1, .curriculum h2, .curriculum h3, .curriculum h4, .curriculum h5, .curriculum h6, .curriculum p, .curriculum ul, .curriculum svg {
6666
font-weight: normal;
67-
padding: 0 30%; }
67+
margin: 0 15%; }
68+
.curriculum pre {
69+
margin: 0 15%;
70+
background: white; }
71+
.curriculum pre:before {
72+
content: "\f0c8";
73+
font: normal normal 22px octicons;
74+
float: right;
75+
opacity: .4; }
6876
.curriculum h3 {
6977
font-size: 400%;
7078
line-height: 1.25em;
71-
margin-bottom: .5em; }
79+
margin-bottom: .5em;
80+
text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
7281
.curriculum h4 {
7382
font-size: 250%;
74-
margin-bottom: .5em; }
83+
line-height: 1.35em;
84+
margin-bottom: .5em;
85+
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
86+
color: #454545;
87+
border-bottom: solid 1px #e8e8ea; }
7588
.curriculum p {
7689
line-height: 1.75em;
77-
margin: 2em 0; }
90+
margin-bottom: 2em; }
7891
.curriculum ul {
7992
display: inline-block;
8093
text-align: left; }
81-
.curriculum .diagram {
82-
width: 60%;
83-
/*margin: 0 auto;*/
84-
text-align: center; }
94+
.curriculum iframe {
95+
display: block;
96+
margin: 0 auto; }
8597
.curriculum .slide {
8698
min-height: 100%;
8799
width: 100%;
@@ -138,19 +150,6 @@ html, body {
138150
color: #CCCCCC;
139151
content: "\f078";
140152
font: normal normal 20px octicons; }
141-
.curriculum pre {
142-
padding: 10px auto;
143-
margin: 1em auto 2em;
144-
width: auto;
145-
/* To ensure scrolling of long code lines */
146-
overflow: auto;
147-
word-wrap: normal;
148-
white-space: pre; }
149-
.curriculum pre:before {
150-
content: "\f0c8";
151-
font: normal normal 22px octicons;
152-
float: right;
153-
opacity: .4; }
154153

155154
#toc-wrapper {
156155
position: fixed;

0 commit comments

Comments
 (0)