Add download button

master
Addy Osmani 2015-04-11 00:18:42 +01:00
parent abf8c5b834
commit e7466596f0
3 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,7 @@
margin: .67em 0;
}
.mdl-layout__content h2 {
padding-top: 48px;
font-size: 24px;
@ -35,6 +36,11 @@
text-decoration: none;
}
.mdl-layout__content .mdl-download {
color: #000;
font-weight: normal;
}
.mdl-layout-title a,
button a {
color: inherit;

View File

@ -2,3 +2,4 @@
layout: components
title: Components
---

View File

@ -6,4 +6,6 @@ title: Welcome
Material Design Lite lets you add a [Material Design](http://google.com/design/spec) look and feel to your static content websites. It doesnt rely on any JavaScript frameworks and aims to optimise for cross-device use, gracefully degrade in older browsers and offer an experience that is accessible from the get-go.
<a href="https://github.com/google/material-design-lite/archive/master.zip" class="mdl-download mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect">Download Package</a>
<img src="assets/shapes.svg" alt="Material Shapes">