From 4cf02f26c4e6342b0e8091b84a3a2d4feae10f64 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Wed, 14 Nov 2018 16:40:40 +0100 Subject: [PATCH] octopart link pretty --- parts/static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/parts/static/style.css b/parts/static/style.css index 7356790..46aa75d 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -313,6 +313,16 @@ table#details { margin-top: 0; } +#magical_autofill{ + font-size: small; +} + +a.small_link{ + text-decoration: none; + color: #B0B0B0; + font-weight: 600; +} + .details-header { color: #013A3A; }