Skip to content

Commit

Permalink
feat(style): list minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 21, 2015
1 parent 99ffe5a commit 5d0e9f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,9 @@ body:hover .latest {

small {
display: block;
margin: 2vmin 0 0;
margin-top: 2vmin;
letter-spacing: .1em;
}

}

h2, h3, h4, h5, h6 {
Expand All @@ -378,7 +377,8 @@ body:hover .latest {
}

ul, ol {
margin: 0 0 1.8rem 1.5em;
margin-bottom: 1.8rem;
margin-left: 1.2em;

li {
line-height: (@base-line-height * 1.2);
Expand Down Expand Up @@ -714,8 +714,8 @@ body:hover .latest {

span {
display: inline-block;
width: .2em;
height: .2em;
width: .7rem;
height: .7rem;
margin: 0 .1em;
vertical-align: middle;
background: @text-color;
Expand Down

0 comments on commit 5d0e9f4

Please sign in to comment.