stylesheet: slightly improve padding, fix permissions - twitch-go - twitch.tv web application in Go
 (HTM) git clone git://git.codemadness.org/twitch-go
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit db4b6465bea75111fdb48fb65cb01e621e3b3cc0
 (DIR) parent 84e3d5e53dc983061d20f13e280d07b8e7ac7d46
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon,  2 Apr 2018 00:44:24 +0200
       
       stylesheet: slightly improve padding, fix permissions
       
       Diffstat:
         M data/static/twitch.css              |       7 ++-----
         M data/templates/pages/featured.html  |       0 
         M data/templates/pages/game.html      |       0 
         M data/templates/pages/games.html     |       0 
         M data/templates/pages/links.html     |       0 
         M data/templates/pages/playlist.html  |       0 
         M data/templates/themes/default/page… |       0 
         M main.go                             |       0 
         M src/twitch/twitch.go                |       0 
       
       9 files changed, 2 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/data/static/twitch.css b/data/static/twitch.css
       @@ -31,7 +31,6 @@ h3, h3 a, h3 a:visited,
        h1 a:hover, h2 a:hover, h3 a:hover {
                color: inherit;
        }
       -
        table.table {
                border-collapse: collapse;
                width: 100%;
       @@ -51,12 +50,10 @@ table.table tr th {
        table.table tr td {
                white-space: nowrap;
        }
       -
        table.table tr th.viewers,
        table.table tr th.channels {
                text-align: right;
        }
       -
        table.table tr td.title {
                max-width: 30ex;
                text-overflow: ellipsis;
       @@ -77,9 +74,10 @@ code {
                background-color: #eee;
                line-height: 40px;
                border-bottom: 3px solid #aaa;
       +        padding: 0 1ex;
        }
        #main {
       -        padding: 1ex;
       +        padding: 0 1ex;
        }
        #menu,
        #main {
       @@ -100,7 +98,6 @@ code {
        .hidden {
                display: none;
        }
       -
        label {
                display: inline-block;
                width: 10ex;
 (DIR) diff --git a/data/templates/pages/featured.html b/data/templates/pages/featured.html
 (DIR) diff --git a/data/templates/pages/game.html b/data/templates/pages/game.html
 (DIR) diff --git a/data/templates/pages/games.html b/data/templates/pages/games.html
 (DIR) diff --git a/data/templates/pages/links.html b/data/templates/pages/links.html
 (DIR) diff --git a/data/templates/pages/playlist.html b/data/templates/pages/playlist.html
 (DIR) diff --git a/data/templates/themes/default/page.html b/data/templates/themes/default/page.html
 (DIR) diff --git a/main.go b/main.go
 (DIR) diff --git a/src/twitch/twitch.go b/src/twitch/twitch.go