]> localhost Git - gitweb-theme.git/commitdiff
chore: readme style
authorJansen <[email protected]>
Tue, 8 Jul 2025 11:34:25 +0000 (07:34 -0400)
committerJansen <[email protected]>
Tue, 8 Jul 2025 11:34:25 +0000 (07:34 -0400)
README.md
gitweb.css

index c55ac75fe25367ddb5ab73145f837c09e45fd58e..047d37ae1fd665923ebd974fadad4041e34a50d4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Simple gitweb theme
 
-Just for the sake of matching jsdaj.com.
+Just for the sake of matching jsdaj.com.     
 
 In case you didn't notice (impossible) this is an incomplete theme and I don't intend to fully implement it in any foreseeable future. I do not recommend ANYONE to use this.
index ea323f49f4aba7ec866ced017959558e70b07593..8d2657aea367510841c068d0e7b955c30771e32e 100644 (file)
@@ -71,6 +71,7 @@ input[type='submit']:hover {
 
 .input-container > label {
        font-size: 12px;
+       text-transform: capitalize;
 }
 
 tr.dark {
@@ -168,6 +169,8 @@ table {
 .readme {
        padding: .5rem 1rem;
        margin-top: 1rem;
+       width: 50%;
+       min-width: 600px;
 }