From e5ecffefed026a451d65737ee675a3c4465b1f4a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 24 Jan 2016 14:54:50 -0500 Subject: fix border issue on cssbox caused by overrides in libreboot.org css --- (limited to 'site/common') diff --git a/site/common/css/main.css b/site/common/css/main.css index 45f7971..e88f5db 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -31,3 +31,8 @@ img.thumb{ width:3em; height:auto; } + +span.cssbox_full { +max-width:100% !important; +max-height:100% !important; +} -- cgit v0.9.1