remove workspace

This commit is contained in:
Aleksey Chichenkov 2018-09-20 11:51:19 +03:00
parent 5a9a95b99d
commit ac1fafac1f
10 changed files with 172 additions and 54 deletions

View file

@ -324,8 +324,6 @@ article ul {
.details .object-value { padding-top: 0; }
.description {
margin-bottom: 1em;
/*margin-top: 1em;*/
font-size: 17px;
border-radius: 7px;
color: #000000;
@ -434,4 +432,11 @@ article ul {
.__end {
color: #0037ff;
font-size: 17px;
}
.bdotted {
border-radius: 4px;
border-width: 1px;
border-color: #c7c7c7;
border-style: dotted;
}