all repos — Private-Trackers-Spreadsheet @ 95d1efc7a570274affa91792a12c6c318bf7535d

A spreadsheet providing detailed information about private trackers

(Update) CSS
HDVinnie unit3d@protonmail.com
Fri, 31 Jan 2020 08:09:35 -0500
commit

95d1efc7a570274affa91792a12c6c318bf7535d

parent

b13bf8eca06aff5357803b822cebf3d7cdb9db71

2 files changed, 10 insertions(+), 1 deletions(-)

jump to
M assets/css/custom.cssassets/css/custom.css

@@ -11,6 +11,15 @@ font-weight: 400;

color: #fff; } +code { + padding: 2px 4px; + font-size: 90%; + color: #959999; + background-color: rgba(0, 0, 0, 0.55); + border-radius: 4px; + border: rgb(125, 125, 125) .5px solid; +} + .table-content { margin: 12px auto;
M index.htmlindex.html

@@ -100,7 +100,7 @@ </table>

<br> <br> <div class="jumbotron" style="padding: 10px;"> - <h3>Table Info:</h3> + <h3 class="text-center text-capitalize">Table Info</h3> <h4>Columns:</h4> <ul> <li><code>Name</code> (The sites name.)</li>