styling fixes for example

This commit is contained in:
Rudis Muiznieks 2014-07-02 18:12:11 -05:00
parent 42f380b1ec
commit 673e4690dc
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,9 @@
<head> <head>
<title>The Robot King</title> <title>The Robot King</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="player.css"> <link rel="stylesheet" href="player.css">
</head> </head>

View File

@ -18,9 +18,9 @@ ul
overflow-x hidden overflow-x hidden
#main #main
position relative position relative
padding 40px 60px padding 5%
p, h1, h2 p, h1, h2, ul
margin 1em 0 margin-bottom 1em
a a
color #c00 color #c00
text-decoration none text-decoration none