Skip to content

Commit cff829d

Browse files
author
Matthew McCullough
committed
Style bulleted lists and code blocks
1 parent 315fe16 commit cff829d

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

_stylesheets/workbook.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
h2 {
7070
padding-top: 15px; }
7171

72+
h2:before {
73+
padding: 5px;
74+
color: #CCCCCC;
75+
content: "\f078";
76+
font: normal normal 40px octicons; }
77+
7278
pre {
7379
padding-top: 10px;
7480
padding-bottom: 10px;
@@ -80,6 +86,13 @@ pre {
8086
word-wrap: normal;
8187
white-space: pre; }
8288

89+
pre:before {
90+
content: "\f0c8";
91+
font: normal normal 32px octicons;
92+
float: right;
93+
font-size: 50px;
94+
opacity: .4; }
95+
8396
ul {
8497
padding-top: 10px;
8598
padding-bottom: 10px;

_stylesheets/workbook.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@
126126
h2{
127127
padding-top: 15px;
128128
}
129+
h2:before{
130+
padding: 5px;
131+
color: #CCCCCC;
132+
content: "\f078";
133+
font: normal normal 40px octicons;
134+
}
129135

130136
pre{
131137
padding-top: 10px;
@@ -140,6 +146,14 @@ pre{
140146
white-space: pre;
141147
}
142148

149+
pre:before {
150+
content: "\f0c8";
151+
font: normal normal 32px octicons;
152+
float: right;
153+
font-size: 50px;
154+
opacity: .4;
155+
}
156+
143157
ul{
144158
padding-top: 10px;
145159
padding-bottom: 10px;

0 commit comments

Comments
 (0)