Commit 9c8c0d8bb6230265ceabe62841d4341b0a395e8e
1 parent
e9935693
Exists in
master
and in
5 other branches
Changed statistics block just for home
Showing
1 changed file
with
5 additions
and
6 deletions
Show diff stats
style.css
| @@ -756,18 +756,18 @@ div#article-parent { | @@ -756,18 +756,18 @@ div#article-parent { | ||
| 756 | display: none; | 756 | display: none; |
| 757 | } | 757 | } |
| 758 | 758 | ||
| 759 | -.statistics-block-data{ | 759 | +.action-home-index .statistics-block-data{ |
| 760 | background:#0c763e; | 760 | background:#0c763e; |
| 761 | width:960px; | 761 | width:960px; |
| 762 | float:left; | 762 | float:left; |
| 763 | padding:10px 0 25px 0; | 763 | padding:10px 0 25px 0; |
| 764 | } | 764 | } |
| 765 | 765 | ||
| 766 | -.statistics-block-data ul{ | 766 | +.action-home-index .statistics-block-data ul{ |
| 767 | list-style:none; | 767 | list-style:none; |
| 768 | } | 768 | } |
| 769 | 769 | ||
| 770 | -.statistics-block-data ul li{ | 770 | +.action-home-index .statistics-block-data ul li{ |
| 771 | float:left; | 771 | float:left; |
| 772 | width:146px; | 772 | width:146px; |
| 773 | margin:0 20px 20px 0px; | 773 | margin:0 20px 20px 0px; |
| @@ -775,17 +775,16 @@ div#article-parent { | @@ -775,17 +775,16 @@ div#article-parent { | ||
| 775 | color:#fff; | 775 | color:#fff; |
| 776 | } | 776 | } |
| 777 | 777 | ||
| 778 | -.statistics-block-data ul li .amount{ | 778 | +.action-home-index .statistics-block-data ul li .amount{ |
| 779 | font-size:40px !important; | 779 | font-size:40px !important; |
| 780 | font-weight:bold; | 780 | font-weight:bold; |
| 781 | width:136px; | 781 | width:136px; |
| 782 | } | 782 | } |
| 783 | 783 | ||
| 784 | -.statistics-block-data ul li .label{ | 784 | +.action-home-index .statistics-block-data ul li .label{ |
| 785 | font-size:14px !important; | 785 | font-size:14px !important; |
| 786 | clear:both; | 786 | clear:both; |
| 787 | float:left; | 787 | float:left; |
| 788 | width:136px; | 788 | width:136px; |
| 789 | color:#98baa5; | 789 | color:#98baa5; |
| 790 | } | 790 | } |
| 791 | - |