Browse Source

minor cleaning

pull/249/head
connors 11 years ago
parent
commit
22e4fa06ac
  1. 11
      components.html
  2. 15
      lib/sass/docs.scss

11
components.html

@ -4,11 +4,6 @@ title: Ratchet ~ Components
base_url: "../"
---
<!-- Banner for Mozilla/IE -->
<p class="notice-banner">
<strong>Heads up!</strong> Ratchet components are written only for iPhone, so many are broken in non-Webkit browsers.
</p>
<!-- Docs masthead -->
<header class="docs-masthead">
<div class="container column-group">
@ -36,12 +31,6 @@ base_url: "../"
</div>
<div class="container">
<!--[if IE]>
<div class="notice-banner">
<p><strong>Heads up!</strong> Ratchet components are written only for iPhone, so many are broken in non-Webkit browsers.</p>
</div>
<![endif]-->
<!-- Components -->
<div class="docs-components column-group">
<div class="device-column column units-2 lg-units-5 pull-right">

15
lib/sass/docs.scss

@ -440,18 +440,6 @@ body {
// Misc
// --------------------------------------------------
.notice-banner {
height: 0;
margin: 0;
padding: 0;
color: #333;
font-size: 16px;
text-align: center;
background-color: #fff9c4;
opacity: 0;
-moz-animation: shownotice 1s infinite;
}
.device {
font-family: $font-family-default;
font-size: $font-size-default;
@ -518,8 +506,6 @@ hr {
background-image: url("../img/iphone.png");
background-size: 100%;
background-repeat: no-repeat;
@include animation-name(fadein);
@include animation-duration(2s);
&.device-fixed {
position: fixed;
@ -597,7 +583,6 @@ hr {
}
// The Chassis grid
// --------------------------------------------------

Loading…
Cancel
Save