Skip to content

Commit b276295

Browse files
maxim-belkinfmichonneau
authored andcommitted
restore lost CSS settings
1 parent 20138ef commit b276295

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

assets/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/lesson.scss

+7
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,20 @@ blockquote :not(h2) + p {
156156
// Override Bootstrap settings.
157157
//----------------------------------------
158158

159+
blockquote { font-size: inherit; }
160+
159161
code {
160162
white-space: nowrap;
161163
padding: 2px 5px;
162164
color: #006cad;
163165
background-color: #e7e7e7;
164166
}
165167

168+
samp { hyphens: none; }
169+
170+
dt { margin-top: 20px; }
171+
dd { margin-left: 2em; }
172+
166173
article img {
167174
display: block;
168175
margin: 20px auto;

0 commit comments

Comments
 (0)