src/ldtplatform/static/ldt/css/web_front_common.css
changeset 312 c37af1808f61
child 314 abc5cdfefef4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ldtplatform/static/ldt/css/web_front_common.css	Thu Sep 29 17:31:51 2016 +0200
@@ -0,0 +1,18 @@
+#footer li:first-child {
+    float: left;
+    border-left: 1px solid #484848;
+}
+
+.colt-logo {
+    font-size: 1px;
+    line-height: 0;
+    text-indent: -9999px;
+    overflow: hidden;
+    min-width: 32px;
+    background: url(../img/colt-logo-dark.png) center no-repeat;
+    background-size: 30px 15px;
+    padding: 0;
+    min-height: 15px;
+    width: 32px;
+    display: inline-block;
+}
\ No newline at end of file