Skip to content

Commit 5242361

Browse files
committed
Merge pull request #830 from saharj/fontsize
[Less] Correct the font size in markdown list and table
2 parents 47e4a4d + da5af5d commit 5242361

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/styles/components/path-headers.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
@import "colors";
22
@import "fonts";
33

4-
.info {
5-
.sw-font;
4+
.info :not([marked]) {
65
margin-bottom: 1em;
76

87
.info-container {
@@ -31,7 +30,6 @@
3130
}
3231

3332
p {
34-
font-size: .9em;
3533
width: 100%;
3634
.sw-font-light;
3735
line-height: 1.3em;

app/styles/markdown.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
color: #333333;
1111
overflow: hidden;
1212
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
13-
font-size: 16px;
1413
line-height: 1.6;
1514
word-wrap: break-word;
1615

0 commit comments

Comments
 (0)