From 4f41ece9445b34fe8fddd3c19a710eb26b4502a2 Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 24 Sep 2015 22:57:36 -0400 Subject: [PATCH] Fix some css, add download link --- static/linx.css | 8 ++++++++ templates/display/base.html | 3 +++ 2 files changed, 11 insertions(+) diff --git a/static/linx.css b/static/linx.css index cc770d1..8b0916f 100644 --- a/static/linx.css +++ b/static/linx.css @@ -61,6 +61,14 @@ body { margin-bottom: 5px; } +.dinfo { + -moz-box-shadow: 1px 1px 1px 1px #ccc; + -webkit-box-shadow: 1px 1px 1px 1px #ccc; + box-shadow: 1px 1px 1px 1px #ccc; + margin-bottom: 15px; + +} + #info { text-align: left; diff --git a/templates/display/base.html b/templates/display/base.html index 814716a..f250f82 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -12,6 +12,9 @@ {% block infoleft %}{% endblock %} +
+ get +