Skip to content

Commit

Permalink
markdown: Change h1 and link render style
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Nov 9, 2016
1 parent 531f840 commit 7754d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/assets/stylesheets/less/_markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font-size: 1.1em;
clear: both;
overflow: auto;
font-family: 'SF UI DISPLAY', "Helvetica Neue", "Helvetica", "Arial", 'NanumGothic', "Nanum Barun Gothic Light", "Apple SD Gothic Neo", "맑은 고딕", sans-serif;
font-family: "Apple SD Gothic Neo", 'SF UI DISPLAY', "Helvetica Neue", "Helvetica", "Arial", 'NanumGothic', "Nanum Barun Gothic Light", "맑은 고딕", sans-serif;

ul, ol {
padding: 5px 0 5px 2.5em;
Expand Down Expand Up @@ -72,19 +72,19 @@
}

h1 {
font-size:2.5em;
padding-left: 10px;
font-size:2.0em;
margin-top: 1.5em;
margin-bottom: 15px;
margin-left: -16px;
border-left: 5px solid #FFCB6B;
padding-bottom: 0.3em;
border-bottom: 1px solid #eee;
.anchor();
width: 95%;
font-weight: 600;
}

h2 {
margin:1.2em 0 15px;
font-size:1.7em;
font-size:1.5em;
width: 95%;
.anchor();
}
Expand Down
2 changes: 0 additions & 2 deletions app/assets/stylesheets/less/_page.less
Original file line number Diff line number Diff line change
Expand Up @@ -2704,8 +2704,6 @@ label.inline-list {
margin-bottom: 20px;
min-height: 250px;

a { font-weight:bold; }

&.empty-content {
text-align: center;
background-image:url("@{base-image-path}/no_contents.jpg");
Expand Down

0 comments on commit 7754d31

Please sign in to comment.