Skip to content

Commit

Permalink
index.html: specify default font size and add missing vendor-prefixed…
Browse files Browse the repository at this point in the history
… properties.
  • Loading branch information
XhmikosR committed Mar 22, 2014
1 parent fef29b1 commit fa625a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
/* This is just the styling for this page. See below for the CSS for the ribbon itself. */
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2 {
font-weight: 400;
Expand All @@ -16,6 +16,8 @@
background-color: #222;
color: white;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
pre:before {
Expand Down

0 comments on commit fa625a3

Please sign in to comment.