mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Update to fontawesome 4.0.3.
This commit is contained in:
parent
90f33406d7
commit
09a7ce6a79
@ -6,8 +6,8 @@
|
||||
|
||||
<link rel="stylesheet" href="../../../../build/base.css">
|
||||
<link rel="stylesheet" href="../../../../build/buttons.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome-ie7.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome-ie7.css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
|
||||
<style>
|
||||
@ -98,12 +98,12 @@
|
||||
|
||||
<p>
|
||||
<button class="pure-button pure-button-wedding">
|
||||
<i class="icon-film"></i>
|
||||
<i class="fa fa-film"></i>
|
||||
Start Playing Movie
|
||||
</button>
|
||||
|
||||
<a class="pure-button pure-button-wedding" href="#">
|
||||
<i class="icon-film"></i>
|
||||
<i class="fa fa-film"></i>
|
||||
Start Playing Movie
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user