Skip to content

Commit

Permalink
Change around SKUS appearance product page
Browse files Browse the repository at this point in the history
We want to remove the bullets, italics, and the indent.
  • Loading branch information
Murph33 committed Apr 22, 2016
1 parent d92dc8a commit 77c5bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ button, .button {
}

span.info {
font-style: italic;
font-size: 85%;
color: lighten($color-body-text, 15);
display: block;
line-height: 20px;
margin: 5px 0;
.field & {
font-style: italic;
}
}

.field {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ ul {
ul.text_list {
border-top: none;
margin: 0;
list-style: disc inside none;
list-style-type: none;
padding-left: 0;
}

dl {
Expand Down

0 comments on commit 77c5bb0

Please sign in to comment.