diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/style.css | 5 |
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%; } |
