summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-24 14:54:50 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-24 14:54:50 (EST)
commite5ecffefed026a451d65737ee675a3c4465b1f4a (patch)
tree7e445686a0f9c9ff1d7572e2a5f8fd84c111a043
parente5665d755be57e044bd91058f95ebf0d36e2d470 (diff)
downloadlibreboot.org-e5ecffefed026a451d65737ee675a3c4465b1f4a.zip
libreboot.org-e5ecffefed026a451d65737ee675a3c4465b1f4a.tar.gz
libreboot.org-e5ecffefed026a451d65737ee675a3c4465b1f4a.tar.bz2
fix border issue on cssbox caused by overrides in libreboot.org css
-rw-r--r--site/common/css/main.css5
1 files changed, 5 insertions, 0 deletions
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;
+}