diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 20:03:39 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 20:03:39 -0400 | 
| commit | a1b06eed25d6e6c7d3014621ef69bb0f51ba80ec (patch) | |
| tree | a54e43c537fe41ce5dac205a56618561a9a22bc2 | |
| parent | 94fefbca2f1dfc039da06286a046118735a34cbc (diff) | |
update cgit styles
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit-dist/cgit.css | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/modules/git/cgit-dist/cgit.css b/modules/git/cgit-dist/cgit.css index f3fa593..a69050c 100644 --- a/modules/git/cgit-dist/cgit.css +++ b/modules/git/cgit-dist/cgit.css @@ -5,7 +5,7 @@ div#cgit {  	font-size: 10pt;  	color: #333;  	background: white; -	padding: 4px; +	padding: 2em;  }  div#cgit a { @@ -128,6 +128,7 @@ div#cgit table.list {  div#cgit table.list tr {  	background: white; +    height: 32px;  }  div#cgit table.list tr.logheader { @@ -169,7 +170,7 @@ div#cgit table.list th {  	border-bottom: dashed 1px #888;  	*/  	padding: 0.1em 0.5em 0.05em 0.5em; -	vertical-align: baseline; +	vertical-align: middle;  }  div#cgit table.list td { | 
