2016-04-26 01:42:22 -04:00
|
|
|
.s-rule {
|
|
|
|
margin-left: 12px;
|
2016-04-28 03:58:50 -04:00
|
|
|
padding: 0 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 0;
|
|
|
|
border-left-width: 4px;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-rule.do {
|
2016-09-02 19:41:08 -04:00
|
|
|
border-left-color: #237317;
|
2016-04-28 03:58:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.s-rule.consider {
|
2016-09-02 19:41:08 -04:00
|
|
|
border-left-color: #1976D2;
|
2016-04-28 03:58:50 -04:00
|
|
|
}
|
2016-04-26 01:42:22 -04:00
|
|
|
|
2016-04-28 03:58:50 -04:00
|
|
|
.s-rule.avoid {
|
|
|
|
border-left-color: #E0343D;
|
2016-04-26 01:42:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.s-why {
|
2016-04-28 03:58:50 -04:00
|
|
|
margin-left: 12px;
|
|
|
|
padding: 0 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 0;
|
|
|
|
border-left-width: 4px;
|
|
|
|
border-left-style: solid;
|
|
|
|
border-left-color: #EEE;
|
|
|
|
}
|
|
|
|
|
2016-05-01 02:11:33 -04:00
|
|
|
.s-why.s-why-last {
|
|
|
|
margin-bottom:32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tr code-example .prettyprint {
|
|
|
|
margin-bottom: 0;
|
2016-04-26 01:42:22 -04:00
|
|
|
}
|
2016-09-27 03:58:10 -04:00
|
|
|
|
|
|
|
.file-tree-reference {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|