summaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index a01b355..8681414 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% {
@@ -390,7 +392,7 @@ header {
.cursor div {
position: relative;
left: 25px;
- top: 3px;
+ top: 6px;
font-size: 12px;
color: #333;
font-family: 'Julius Sans One', sans-serif;
@@ -434,13 +436,14 @@ ol {
background: url(https://s3.amazonaws.com/luckyplop/cf8dc6647202296b7c84c906dbf43c6d46e04958.png) no-repeat -2px -97px;
}
.okfocus {
- text-align:center;
- position:fixed;
- bottom:10px;
- left:0;
- width:100%;
-
+ text-align: center;
+ position: fixed;
+ bottom: 10px;
+ left: 0;
+ font-size: 11px;
+ width: 100%;
+ cursor: pointer;
}
.okfocus img {
- width:100px;
+ width: 100px;
} \ No newline at end of file