summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRyder Ripps <theryderproject@gmail.com>2013-01-24 15:22:47 -0500
committerRyder Ripps <theryderproject@gmail.com>2013-01-24 15:22:47 -0500
commit107daeccf148f2c7b56bd77815b62030803aa813 (patch)
tree4834c34f369484fa6815cecb8c0b5f0d2579235c /public
parent45aeb76d1d199e31d6cf33eafe34092c7dfc68cc (diff)
put font at top so it renders
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 413e29a..bf5d394 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -1,3 +1,6 @@
+
+@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);
+
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
@@ -7,7 +10,6 @@ a {
color: #00B7FF;
}
-@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);
@-webkit-keyframes a {
0% {
@@ -441,6 +443,7 @@ ol {
position:fixed;
bottom:10px;
left:0;
+ font-size:11px;
width:100%;
}