mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
style(css) "{" -> " {"
This commit is contained in:
parent
ece10e5942
commit
f67af24711
1 changed files with 5 additions and 5 deletions
|
|
@ -180,7 +180,7 @@ body {
|
|||
#path{
|
||||
margin-left:1.5%;
|
||||
}
|
||||
.left, #left{
|
||||
.left, #left {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
|
@ -189,14 +189,14 @@ body {
|
|||
transition: ease 0.05s;
|
||||
}
|
||||
|
||||
.selected-file, .selected-file .name > a{
|
||||
.selected-file, .selected-file .name > a {
|
||||
color: rgb(254,159,224);
|
||||
}
|
||||
|
||||
.right, #right{
|
||||
.right, #right {
|
||||
float:right;
|
||||
}
|
||||
.panel{
|
||||
.panel {
|
||||
width: 46%;
|
||||
overflow-y: auto;
|
||||
border: 1.5px solid rgba(49, 123, 249, .40);
|
||||
|
|
@ -204,7 +204,7 @@ body {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
#keyspanel{
|
||||
#keyspanel {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue