1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-18 23:22:59 +00:00

Remove trailing whitespace from style.less

This commit is contained in:
Micha Rosenbaum 2017-01-13 22:49:02 +01:00
parent cc8a2cc94a
commit 65ac3d3ca6

View File

@ -2,7 +2,7 @@ body {
padding-top: 70px; padding-top: 70px;
} }
input { input {
outline: 0; outline: 0;
} }
.navbar a { .navbar a {
@ -66,17 +66,17 @@ input {
margin: 15px 0; margin: 15px 0;
span { span {
font-weight: bold; font-weight: bold;
} }
} }
ul#items { ul#items {
list-style: none; list-style: none;
padding: 0px; padding: 0px;
li.active { li.active {
background-color: #e5e3e9; background-color: #e5e3e9;
} }
li { li {
cursor: pointer; cursor: pointer;
padding: 5px 20px; padding: 5px 20px;
@ -91,19 +91,19 @@ input {
display: none; display: none;
list-style: none; list-style: none;
padding-left: 5px; padding-left: 5px;
li.last { li.last {
display: none; display: none;
@media (min-width:768px) { @media (min-width:768px) {
border-bottom: 0; border-bottom: 0;
display: block; display: block;
} }
} }
li { li {
border-bottom: 1px dotted gray; border-bottom: 1px dotted gray;
br { clear: both; } br { clear: both; }
label { label {
display: block; display: block;
float: left; float: left;
@ -120,7 +120,7 @@ input {
padding-left: 0; padding-left: 0;
width: 300px; width: 300px;
} }
input.password { input.password {
width: 200px; width: 200px;
} }