# HG changeset patch # User Steve Losh # Date 1579281191 18000 # Node ID 4b3cb867d10914b4f55a7267b3e0a6bedd159b68 # Parent 6e42b52f56ecac7f549e2817dbdab21ed8657053 Style updates diff -r 6e42b52f56ec -r 4b3cb867d109 templates/static/style-sjl.css --- a/templates/static/style-sjl.css Wed Jan 15 20:17:30 2020 -0500 +++ b/templates/static/style-sjl.css Fri Jan 17 12:13:11 2020 -0500 @@ -22,6 +22,9 @@ } /* Headers */ +h1 { + font-size: 18px; +} h2 { font-size: 14px; margin-bottom: 6px; @@ -53,12 +56,12 @@ padding: 0; } +/* Tables */ table.smalltable { margin: 12px 0px; line-height: 28px; border-collapse: collapse; } - table.bigtable { width: 100%; margin: 12px 0px; @@ -87,6 +90,7 @@ text-align: left; } +/* Log */ td.repo-name { width: 150px; } @@ -134,7 +138,6 @@ } /* Browse */ - table.browse { line-height: 24px; }