Skip to content

Commit

Permalink
Updated link text style & multiple sample page division(bg->border-bo…
Browse files Browse the repository at this point in the history
…ttom).
  • Loading branch information
yuinchien authored and cdata committed Apr 5, 2019
1 parent e4361c9 commit c440a86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions examples/styles/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ model-viewer:focus {
grid-template-columns: 50% 50%;
grid-template-areas: "content demo";
}
.sample:nth-child(2n) .content {
background: #fafafa;
.sample {
border-bottom: var(--border-style);
}

.demo {
Expand Down Expand Up @@ -378,14 +378,15 @@ paper-button {
}

#list-example {
padding-left: 20px;
margin-top: 16px;
padding-left: 0px;
margin-top: 22px;
margin-left: 0px;
margin-bottom: 60px;
grid-template-columns: 1fr 1fr;
display: grid;
grid-column-gap: 20px;
grid-row-gap: 10px;
list-style: none;
}
#list-example li {
padding-right: 20px;
Expand All @@ -396,8 +397,8 @@ paper-button {
}
#list-example a {
margin: 0;
color: #222;
text-decoration: underline;
/* color: #222; */
/* text-decoration: underline; */
}


Expand Down

0 comments on commit c440a86

Please sign in to comment.