From c2b763ad828352a826521a4c08ba1402e6cd401c Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 24 Jan 2016 12:58:31 -0500 Subject: make image thumbs small --- diff --git a/site/common/css/main.css b/site/common/css/main.css index 3ce91ac..45f7971 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -27,3 +27,7 @@ padding:0 p{ line-height:1.4 } +img.thumb{ +width:3em; +height:auto; +} diff --git a/site/faq/index.php b/site/faq/index.php index ba0709d..c6aac55 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -713,11 +713,11 @@

SOIC-8 flash chip:
- +

SOIC-16 flash chip:
- +

Back to top of page -- cgit v0.9.1