Commit 995f9a90 authored by john's avatar john

Merge branch 't_3031'

parents af448f0a ef407a22
...@@ -8499,3 +8499,11 @@ li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 { ...@@ -8499,3 +8499,11 @@ li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
margin-bottom: 0 !important; margin-bottom: 0 !important;
padding-left: 0 !important; padding-left: 0 !important;
} }
@media only screen and (max-width: 1000px) {
.top_line_inf2 li {
border-right: none;
}
.top_line_inf2 li.active:after {
display: none;
}
}
\ No newline at end of file
...@@ -730,3 +730,11 @@ blockquote.blue:before{ ...@@ -730,3 +730,11 @@ blockquote.blue:before{
background: url(../images/ul_list_blue.png) no-repeat left 6px; background: url(../images/ul_list_blue.png) no-repeat left 6px;
padding-left: 30px; padding-left: 30px;
} }
@media only screen and (max-width: 1000px) {
.top_line_inf2 li {
border-right: none;
}
.top_line_inf2 li.active:after {
display: none;
}
}
\ No newline at end of file
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