Introduction
Introduction Statistics Contact Development Disclaimer Help
stylesheet: slightly improve padding, fix permissions - twitch-go - twitch.tv w…
git clone git://git.codemadness.org/twitch-go
Log
Files
Refs
README
LICENSE
---
commit db4b6465bea75111fdb48fb65cb01e621e3b3cc0
parent 84e3d5e53dc983061d20f13e280d07b8e7ac7d46
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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;
diff --git a/data/templates/pages/featured.html b/data/templates/pages/featured…
diff --git a/data/templates/pages/game.html b/data/templates/pages/game.html
diff --git a/data/templates/pages/games.html b/data/templates/pages/games.html
diff --git a/data/templates/pages/links.html b/data/templates/pages/links.html
diff --git a/data/templates/pages/playlist.html b/data/templates/pages/playlist…
diff --git a/data/templates/themes/default/page.html b/data/templates/themes/de…
diff --git a/main.go b/main.go
diff --git a/src/twitch/twitch.go b/src/twitch/twitch.go
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.