Commit 62f380a8dd05854a8cdd8c032fb53dc0d075da96
1 parent
83bf1960
Exists in
master
and in
29 other branches
Removing commented/unused code
(ActionItem2871)
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
plugins/community_block/public/style.css
1 | 1 | #content .box-1 .community-block { |
2 | - //border: 1px solid #F00; | |
3 | 2 | display: table; |
4 | 3 | width: 100%; |
5 | 4 | } |
6 | 5 | |
7 | 6 | #content .box-1 .community-block .community-block-logo { |
8 | - //border: 1px solid #00F; | |
9 | 7 | float: left; |
10 | 8 | width: 150px; |
11 | 9 | height: 150px; |
... | ... | @@ -13,7 +11,6 @@ |
13 | 11 | } |
14 | 12 | |
15 | 13 | #content .box-1 .community-block-info { |
16 | - //border: 1px solid #000; | |
17 | 14 | float: left; |
18 | 15 | padding: 5px; |
19 | 16 | width: 360px; |
... | ... | @@ -58,7 +55,6 @@ |
58 | 55 | } |
59 | 56 | |
60 | 57 | #content .box-1 .community-block .community-block-title h1 { |
61 | - //border: 1px solid #00F; | |
62 | 58 | font-variant: small-caps; |
63 | 59 | color: #555753; |
64 | 60 | text-align: left; |
... | ... | @@ -101,7 +97,6 @@ |
101 | 97 | |
102 | 98 | |
103 | 99 | #content .box-1 .community-block .community-block-description { |
104 | - //border: 1px solid #0F0; | |
105 | 100 | font-style: italic; |
106 | 101 | color: black; |
107 | 102 | padding: 10px; | ... | ... |