Ensuring font size is consistent

This commit is contained in:
Tom Slominski
2013-12-31 01:11:36 +00:00
parent 16d0500cc5
commit ddd23ad4e4

View File

@@ -3,6 +3,21 @@ Infinity Squared CSS
https://github.com/tomslominski/infinity-squared https://github.com/tomslominski/infinity-squared
*/ */
/* Structure */
body {
background: #F1F1F1;
color: black;
font-family: 'Ubuntu', sans-serif, Helvetica, Arial;
font-size: 62.5%;
}
#container {
width: 60%;
min-width: 720px;
margin: 0 auto;
background-color: white;
}
/* General */ /* General */
::selection { ::selection {
background: rgba(1,63,109,0.7); background: rgba(1,63,109,0.7);
@@ -55,21 +70,6 @@ p, a {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
/* Structure */
body {
background: #F1F1F1;
color: black;
font-family: 'Ubuntu', sans-serif, Helvetica, Arial;
font-size: 62.5%;
}
#container {
width: 60%;
min-width: 720px;
margin: 0 auto;
background-color: white;
}
/* Header */ /* Header */
header { header {
width: 95%; width: 95%;
@@ -110,7 +110,6 @@ h1 a:hover {
color: white; color: white;
padding: 0 2% 0 2%; padding: 0 2% 0 2%;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 1.2em;
} }
.menu a { .menu a {
@@ -236,6 +235,10 @@ input[type="radio"] {
font-size: 1.1em; font-size: 1.1em;
} }
.footer a {
font-size: 1.1em;
}
.footer a:hover { .footer a:hover {
text-decoration: none; text-decoration: none;
border-bottom: dashed 1px #013F6D; border-bottom: dashed 1px #013F6D;