TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tripoli: a new CSS reset

6 pointsby zainabout 15 years ago

1 comment

carussellabout 15 years ago
Immediately after visiting the Tripoli sample page (<a href="http://devkick.com/lab/tripoli/sample.php" rel="nofollow">http://devkick.com/lab/tripoli/sample.php</a>), I was going to applaud the team for not making the dick move that usually takes the form:<p><pre><code> body { font-size: 0.65 em; } </code></pre> Then I realized the stylesheet wasn't enabled. tripoli.simple.css:<p><pre><code> html{font-size:125%}body{font-size:50%} </code></pre> Bummer.