Fix CSS indent
This commit is contained in:
parent
8f0d90a209
commit
3126d89367
1 changed files with 9 additions and 9 deletions
|
@ -7,9 +7,9 @@ div.panel-heading, li.list-group-item, a {
|
|||
}
|
||||
|
||||
.collapsing {
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
display: none;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.count-tag {
|
||||
|
@ -36,19 +36,19 @@ div.panel-heading, li.list-group-item, a {
|
|||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.scase-name {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.add_thing_label, #edit_thing_label {
|
||||
width: 80%;
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.add_thing_nb, #edit_thing_nb {
|
||||
width: 18%;
|
||||
display: inline-block;
|
||||
width: 18%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue