Commit ef407a22 authored by john's avatar john

No commit message

No commit message
parent d9d5bc36
...@@ -8498,4 +8498,12 @@ li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 { ...@@ -8498,4 +8498,12 @@ li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
.top_line_inf2 ul { .top_line_inf2 ul {
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
...@@ -729,4 +729,12 @@ blockquote.blue:before{ ...@@ -729,4 +729,12 @@ blockquote.blue:before{
.reference_left_box ul:not([class])>li { .reference_left_box ul:not([class])>li {
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