diff --git a/README.md b/README.md index d4e3f63..616812d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _Some highlights:_ ## Screenshot -![](https://raw.github.com/erming/shout/master/screenshot.png) +![](https://raw.github.com/erming/shout/master/screenshots/shout.png) ## Install diff --git a/client/css/style.css b/client/css/style.css index eed0b7f..be024c8 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -347,7 +347,7 @@ button { } #chat { bottom: 0; - font: 13px Consolas, monospace; + font: 12px Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; left: 0; position: absolute; right: 0; @@ -474,6 +474,7 @@ button { content: '* '; } #chat .meta { + font-family: "Lato"; height: 80px; padding: 25px 0 0 20px; } @@ -483,6 +484,7 @@ button { } #chat .meta .type { color: #ccc; + font-size: 12px; text-transform: capitalize; } #chat .count { diff --git a/config.json b/config.json index f16cea1..8914005 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "port": 9000, "theme": "themes/example.css", - "public": false + "public": true } diff --git a/package.json b/package.json index 85007a0..bd5d182 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", - "description": "The modern IRC client", - "version": "0.8.3", + "description": "A web IRC client", + "version": "0.8.4", "homepage": "http://github.com/erming/shout", "author": { "name": "Mattias Erming", @@ -20,9 +20,10 @@ "single-instance": false, "window": { "title": "Shout", + "icon": "client/img/favicon.png", "toolbar": false, - "height": 640, - "width": 1024 + "width": 1024, + "height": 640 }, "scripts": { "start": "node index.js" diff --git a/screenshot.png b/screenshots/shout.png similarity index 100% rename from screenshot.png rename to screenshots/shout.png