Line 651: | Line 651: | ||
/* horizontal gray line to divide the page*/ | /* horizontal gray line to divide the page*/ | ||
.line_divider { | .line_divider { | ||
− | + | border-top: 1px solid #d3d3d3; | |
margin: auto; | margin: auto; | ||
width: 98%; | width: 98%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .line_divider.soft { | ||
+ | border-top: 1px solid #f2f2f2; | ||
} | } | ||
Revision as of 15:04, 28 March 2018