add show list methods

This commit is contained in:
Aleksey Chichenkov 2018-09-18 17:41:21 +03:00
parent 058104b10f
commit 3478e04a63
7 changed files with 1064 additions and 121 deletions

View file

@ -1,3 +1,5 @@
@import url("min-method.css");
@font-face {
font-family: 'Open Sans';
font-weight: normal;
@ -24,6 +26,7 @@
url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}
html
{
overflow: auto;
@ -34,7 +37,7 @@ html
body
{
font-family: 'Open Sans', sans-serif;
line-height: 1.5;
/*line-height: 1.5;*/
color: #4d4e53;
background-color: white;
}
@ -428,4 +431,4 @@ article ul {
.__end {
color: #0037ff;
font-size: 17px;
}
}