diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-01-17 23:58:36 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-01-20 19:17:46 +0200 |
| commit | 76aba2570f532ffa86c628ca8dbc99b61d6fbf7d (patch) | |
| tree | 86aca20fcf0852da98d34988e538025050d26103 | |
| parent | 46a9d683102c1ec4e5798ff2db2d5b2543153136 (diff) | |
Fix looks
| -rw-r--r-- | f/styles/style.css | 1 | ||||
| -rw-r--r-- | f/templates/index.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/f/styles/style.css b/f/styles/style.css index d63e083..8a1c541 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -1,6 +1,7 @@ body{
background-color:black;
color:white;
+ font-family: Helvetica Neue,Helvetica,sans-serif;
}
#container_main{
font-size:24px;
diff --git a/f/templates/index.html b/f/templates/index.html index 64fabca..8710d65 100644 --- a/f/templates/index.html +++ b/f/templates/index.html @@ -6,11 +6,11 @@ <script src="/socket.io/socket.io.js"></script> <script src="/f/scripts/client.js"></script> <meta charset="utf8"> -<title>Jono</title> +<title>Jonokone</title> </head> <body ng-app="ioc" > <div ng-controller="ioctrl" id="container_main"> -<H1>Jono @ jono.dy.fi </h1> +<H1>Jonokone @ jonokone.dy.fi </h1> <table id="addform"> <tr><td>Rivi: </td><td> <select ng-model="row"> <option value="1" selected="selected">1</option> |
