|
@@ -307,23 +307,22 @@ ol {
|
|
list-style-position: outside;
|
|
list-style-position: outside;
|
|
padding: 0 0 20px 2em;
|
|
padding: 0 0 20px 2em;
|
|
}
|
|
}
|
|
|
|
+ul li,
|
|
ol li {
|
|
ol li {
|
|
padding: 0 0 0 1em;
|
|
padding: 0 0 0 1em;
|
|
margin: 0 0 0 -1em;
|
|
margin: 0 0 0 -1em;
|
|
}
|
|
}
|
|
-ul li {
|
|
|
|
- text-indent: -1em;
|
|
|
|
-}
|
|
|
|
ul li:before {
|
|
ul li:before {
|
|
- display: inline-block;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ display: block;
|
|
width: 1em;
|
|
width: 1em;
|
|
|
|
+ margin-left: -1em;
|
|
content: "\e78b";
|
|
content: "\e78b";
|
|
font-family: 'fontello';
|
|
font-family: 'fontello';
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
- text-indent: 0;
|
|
|
|
color: #ff6760;
|
|
color: #ff6760;
|
|
speak: none;
|
|
speak: none;
|
|
}
|
|
}
|
|
@@ -490,7 +489,6 @@ p.description {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
padding: 0;
|
|
padding: 0;
|
|
margin-left: 60px;
|
|
margin-left: 60px;
|
|
- text-indent: 0;
|
|
|
|
}
|
|
}
|
|
.menu ul li a {
|
|
.menu ul li a {
|
|
display: block;
|
|
display: block;
|