4b3cb867d109

Style updates
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 12:13:11 -0500
parents 6e42b52f56ec
children bf4162b781be
branches/tags (none)
files templates/static/style-sjl.css

Changes

--- 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;
 }