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 {
|
.collapsing {
|
||||||
-webkit-transition: none;
|
-webkit-transition: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.count-tag {
|
.count-tag {
|
||||||
|
@ -36,19 +36,19 @@ div.panel-heading, li.list-group-item, a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scase-name {
|
.scase-name {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add_thing_label, #edit_thing_label {
|
.add_thing_label, #edit_thing_label {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add_thing_nb, #edit_thing_nb {
|
.add_thing_nb, #edit_thing_nb {
|
||||||
width: 18%;
|
width: 18%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue