Skip to content

Commit 463088f

Browse files
committed
bugfix for code style
1 parent ad1e47a commit 463088f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

_includes/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ hr {
346346
background: #eee;
347347
width: 100%;
348348
}
349+
figure.highlight {
350+
width: 100%;
351+
margin: 0;
352+
}
349353
code,
350354
tt {
351355
padding: 1px 3px;

assets/styles/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ hr {
346346
background: #eee;
347347
width: 100%;
348348
}
349+
figure.highlight {
350+
width: 100%;
351+
margin: 0;
352+
}
349353
code,
350354
tt {
351355
padding: 1px 3px;

src/styles/base/_general.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ hr
7575
background #eee
7676
width 100%
7777

78+
figure.highlight
79+
width 100%
80+
margin 0
81+
7882
code,
7983
tt
8084
padding 1px 3px

0 commit comments

Comments
 (0)