Skip to content

Commit

Permalink
Removed media attributes from link elements
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 14, 2011
1 parent 87e4a13 commit a4b8d2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -4,17 +4,17 @@
<meta charset="utf-8">
<title>CSS3 Github Buttons</title>
<meta name="description" content="Using CSS3 to create Github-style buttons from links, buttons, and inputs">
<link rel="stylesheet" href="css/demo.css" media="screen">
<link rel="stylesheet" href="css/css3-github-buttons.css" media="screen">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/css3-github-buttons.css">

<!-- prettyify -->
<link rel="stylesheet" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css">
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js" ></script>
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
</head>
<body onload="prettyPrint()">

<div class="container">
<a class="ribbon" href="http://github.com/necolas/css3-github-buttons" target="_blank"><img src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
<a class="ribbon" href="http://github.com/necolas/css3-github-buttons" target="_blank"><img src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>

<div class="header">
<h1>CSS3 Github Buttons</h1>
Expand Down

0 comments on commit a4b8d2f

Please sign in to comment.