Skip to content

Commit

Permalink
fixes up formatting, adds margin to ordered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhartiya committed Feb 20, 2015
1 parent 29608fe commit e51dee9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app/assets/stylesheets/posts.css.scss
Expand Up @@ -111,12 +111,10 @@
font-family: "Merriweather Sans", sans-serif;
line-height: 28px
}

.row {
padding-left: 0px;
padding-right: 0px;
}

h4 {
font-size: 22px !important;
color: $dark-grey;
Expand All @@ -136,18 +134,18 @@
color: #38A8CC;
}
}

ul {
list-style-type: disc;
margin-left: 30px;
}

pre {
line-height: 1.4em;
font-size: 14px;
letter-spacing: -0.03em;
}

ul {
list-style-type: disc;
margin-left: 30px;
}
ol {
margin-left: 30px;
}
li {
text-align: left;
font-family: "Merriweather Sans", sans-serif;
Expand Down

0 comments on commit e51dee9

Please sign in to comment.