mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
Remove trailing whitespace from style.less
This commit is contained in:
parent
cc8a2cc94a
commit
65ac3d3ca6
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue