Browse Source

Using correct font styling to examples.

pull/249/head
connors 11 years ago
parent
commit
073f08dd27
  1. 10
      docs-assets/css/docs.css
  2. 5
      lib/sass/docs.scss

10
docs-assets/css/docs.css

@ -77,6 +77,12 @@ h1, h2, h3, h4, h5, h6 {
border: 0;
}
.component-example {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 17px;
line-height: 21px;
}
.component-example,
.component-example [class*="bar"],
.component-example .content {
@ -281,8 +287,8 @@ h1, h2, h3, h4, h5, h6 {
font-size: 16px;
text-align: center;
background-color: #fff9c4;
-webkit-animation: shownotice 1s infinite;
opacity: 0;
-moz-animation: shownotice 1s infinite;
}
.iphone {
@ -355,7 +361,7 @@ hr {
}
}
@-webkit-keyframes shownotice {
@-moz-keyframes shownotice {
0% {
height: auto;
min-height: 30px;

5
lib/sass/docs.scss

@ -84,6 +84,11 @@ h1, h2, h3, h4, h5, h6 {
// Components
// --------------------------------------------------
.component-example {
font-family: $font-family-default;
font-size: $font-size-default;
line-height: $line-height-default;
}
.component-example,
.component-example [class*="bar"],
.component-example .content {

Loading…
Cancel
Save