]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - content/media/css/common.less
build: use less-compiler and optipng from nixpkgs
[thirdparty/lldpd.git] / content / media / css / common.less
index 1fd89dd71552d2d72a2d5465337992fcd98ad546..d42e7fb2512f8087f4ff963db109af60f6c32e15 100644 (file)
@@ -28,5 +28,5 @@
 
 .font-size (@factor: 1) {
     font-size: @factor * 1em;
-    line-height: round(ceil(@factor/@line-height)*@line-height/@factor, 3);
+    line-height: round((ceil((@factor/@line-height))*@line-height/@factor), 3);
 }