Dave Jarvis' Repositories

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

Removes dupliate css

Author Dave Jarvis <email>
Date 2026-02-08 19:19:05 GMT-0800
Commit e7fac5f761f1f514ad5c5d063833c248e10f5e97
Parent 4245298
Delta 0 lines added, 8 lines removed, 8-line decrease
new/Views.php
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<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>