[user_config] remove duplicate style file
This commit is contained in:
parent
ce962cb358
commit
1f4d2a5b3e
1 changed files with 0 additions and 37 deletions
|
@ -1,37 +0,0 @@
|
|||
.setupblocks {
|
||||
column-width: 400px;
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
}
|
||||
.setupblocks > .setupblock:first-of-type { margin-top: 0; }
|
||||
|
||||
.setupblock {
|
||||
break-inside: avoid;
|
||||
column-break-inside: avoid;
|
||||
text-align: center;
|
||||
width: 90%;
|
||||
}
|
||||
.setupblock TEXTAREA {
|
||||
width: 100%;
|
||||
font-size: 0.75em;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.helpable {
|
||||
border-bottom: 1px dashed gray;
|
||||
}
|
||||
|
||||
.ok {
|
||||
background: #AFA;
|
||||
}
|
||||
.bad {
|
||||
background: #FAA;
|
||||
}
|
||||
|
||||
#Setupmain .blockbody {
|
||||
background: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
Reference in a new issue