chane line width to 1px

This commit is contained in:
Roman Hotsiy 2015-11-18 23:31:36 +02:00
parent 7c8edb04e4
commit 54b3ef1223
2 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@ h2 {
.param-schema { .param-schema {
padding-left: 13px; padding-left: 13px;
padding-top: 5px; padding-top: 5px;
border-left: 2px solid #7D97CE; border-left: 1px solid #7D97CE;
} }
.param-wrap { .param-wrap {
@ -19,10 +19,10 @@ h2 {
.param-schema:before { .param-schema:before {
content: ""; content: "";
position: absolute; position: absolute;
left: 15px; left: 14px;
top: 10px; top: 10px;
bottom: 0; bottom: 0;
border-left: 2px solid #7D97CE; border-left: 1px solid #7D97CE;
} }
.param-name { .param-name {
@ -62,7 +62,7 @@ h2 {
} }
.param-name { .param-name {
border-left: 2px solid #7D97CE; border-left: 1px solid #7D97CE;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
} }
@ -81,7 +81,7 @@ h2 {
.param-name > span:after { .param-name > span:after {
content: ""; content: "";
position: absolute; position: absolute;
border-top: 2px solid #7D97CE; border-top: 1px solid #7D97CE;
width: 10px; width: 10px;
left: 0; left: 0;
top: 10px; top: 10px;
@ -91,8 +91,8 @@ h2 {
content: ""; content: "";
display: block; display: block;
position: absolute; position: absolute;
left: -2px; left: -1px;
width: 2px; width: 1px;
background-color: white; background-color: white;
height: 10px; height: 10px;
} }
@ -101,9 +101,9 @@ h2 {
content: ""; content: "";
display: block; display: block;
position: absolute; position: absolute;
left: -2px; left: -1px;
width: 2px; width: 1px;
top: 18px; top: 11px;
background-color: white; background-color: white;
bottom: 0; bottom: 0;
} }

View File

@ -45,7 +45,7 @@ h2 {
} }
.param-name { .param-name {
border-left: 2px solid #7D97CE; border-left: 1px solid #7D97CE;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
} }
@ -64,7 +64,7 @@ h2 {
.param-name > span:after { .param-name > span:after {
content: ""; content: "";
position: absolute; position: absolute;
border-top: 2px solid #7D97CE; border-top: 1px solid #7D97CE;
width: 10px; width: 10px;
left: 0; left: 0;
top: 10px; top: 10px;
@ -86,7 +86,7 @@ h2 {
position: absolute; position: absolute;
left: -2px; left: -2px;
width: 2px; width: 2px;
top: 18px; top: 11px;
background-color: white; background-color: white;
bottom: 0; bottom: 0;
} }