Skip to content

Commit

Permalink
improve example css
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 17, 2016
1 parent b312feb commit c723d19
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,18 @@
}

.content > li {
border-bottom: 1px solid #0a0a0a;
color: #0A0A0A;
font-size: 12px;
line-height: 30px;
padding: 0 5px;
}

.content > li {
border-bottom: initial;
font-weight: bolder;
line-height: 40px;
line-height: 32px;
height: 32px;
overflow: hidden;
background: -moz-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul > li {
list-style: none;
width: 100%;
}
.bottom {
text-align: center;
Expand All @@ -64,8 +54,6 @@
color: #00A0E9;
padding: 10px 0;
}
.scrollable {
}
.scrollable {
position: fixed;
top: 30px;
Expand Down

0 comments on commit c723d19

Please sign in to comment.