Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Moves CSS into style file

Author Dave Jarvis <email>
Date 2026-02-08 17:40:03 GMT-0800
Commit 01483044c99b162e67adeb66917a93d9dda48e2d
Parent 0224273
Delta 7 lines added, 8 lines removed, 1-line decrease
new/index.php
<title><?php echo Config::SITE_TITLE; ?><?php echo $currentRepo ? ' - ' . htmlspecialchars($currentRepo['name']) : ''; ?></title>
<link rel="stylesheet" href="repo.css">
- <style>
- .commit-list { margin-top: 20px; }
- .commit-row { display: flex; padding: 10px 0; border-bottom: 1px solid #eee; gap: 15px; align-items: baseline; }
- .commit-row:last-child { border-bottom: none; }
- .commit-row .sha { font-family: monospace; color: #0366d6; text-decoration: none; }
- .commit-row .message { flex: 1; font-weight: 500; }
- .commit-row .meta { font-size: 0.85em; color: #666; white-space: nowrap; }
- </style>
</head>
<body>
new/repo.css
}
+.commit-list { margin-top: 20px; }
+.commit-row { display: flex; padding: 10px 0; border-bottom: 1px solid #eee; gap: 15px; align-items: baseline; }
+.commit-row:last-child { border-bottom: none; }
+.commit-row .sha { font-family: monospace; color: #0366d6; text-decoration: none; }
+.commit-row .message { flex: 1; font-weight: 500; }
+.commit-row .meta { font-size: 0.85em; color: #666; white-space: nowrap; }
+