Commit ee0d1dbf authored by john's avatar john

Merge branch 't_3031'

mark
parents 55db82a8 baaf912e
...@@ -261,8 +261,7 @@ blockquote.blue:before{ ...@@ -261,8 +261,7 @@ blockquote.blue:before{
background-color: #2a8e89; background-color: #2a8e89;
} }
mark:before { .mark_faq strong.mark_faq_before {
content: 'Документация для разработчика';
font-size: 22px; font-size: 22px;
line-height: 47px; line-height: 47px;
color: #243340; color: #243340;
...@@ -271,16 +270,15 @@ mark:before { ...@@ -271,16 +270,15 @@ mark:before {
display: block; display: block;
padding-left: 50px; padding-left: 50px;
background: url(../images/mark_icon.png) 0 8px no-repeat; background: url(../images/mark_icon.png) 0 8px no-repeat;
} }
mark { .mark_faq {
display: block; display: block;
padding: 35px 30px; padding: 35px 30px;
color: #243340; color: #243340;
background-color: #f3f5f7; background-color: #f3f5f7;
border-radius: 10px; border-radius: 10px;
} }
mark * { .mark_faq * {
background-color: transparent; background-color: transparent;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment