From 65ac3d3ca6e2d6ddb5f96fa504d21e8585c67540 Mon Sep 17 00:00:00 2001 From: Micha Rosenbaum Date: Fri, 13 Jan 2017 22:49:02 +0100 Subject: [PATCH] Remove trailing whitespace from style.less --- less/style.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/less/style.less b/less/style.less index 190ae7d..58ee8c7 100644 --- a/less/style.less +++ b/less/style.less @@ -2,7 +2,7 @@ body { padding-top: 70px; } input { - outline: 0; + outline: 0; } .navbar a { @@ -66,17 +66,17 @@ input { margin: 15px 0; span { - font-weight: bold; + font-weight: bold; } } - + ul#items { list-style: none; padding: 0px; li.active { background-color: #e5e3e9; } - + li { cursor: pointer; padding: 5px 20px; @@ -91,19 +91,19 @@ input { display: none; list-style: none; padding-left: 5px; - + li.last { display: none; @media (min-width:768px) { - border-bottom: 0; + border-bottom: 0; display: block; } } li { border-bottom: 1px dotted gray; - + br { clear: both; } - + label { display: block; float: left; @@ -120,7 +120,7 @@ input { padding-left: 0; width: 300px; } - + input.password { width: 200px; }