Fixed semicolon parse error from #12832
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c12ac9912c
commit
3153013715
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ a.accordion-header {
|
||||||
//color: inherit;
|
//color: inherit;
|
||||||
}
|
}
|
||||||
.pull-text-right{
|
.pull-text-right{
|
||||||
text-align: right; !important;
|
text-align: right !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-header .sidebar-toggle:before {
|
.main-header .sidebar-toggle:before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue