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 | #content .box-1 .community-block { | 1 | #content .box-1 .community-block { |
2 | - //border: 1px solid #F00; | ||
3 | display: table; | 2 | display: table; |
4 | width: 100%; | 3 | width: 100%; |
5 | } | 4 | } |
6 | 5 | ||
7 | #content .box-1 .community-block .community-block-logo { | 6 | #content .box-1 .community-block .community-block-logo { |
8 | - //border: 1px solid #00F; | ||
9 | float: left; | 7 | float: left; |
10 | width: 150px; | 8 | width: 150px; |
11 | height: 150px; | 9 | height: 150px; |
@@ -13,7 +11,6 @@ | @@ -13,7 +11,6 @@ | ||
13 | } | 11 | } |
14 | 12 | ||
15 | #content .box-1 .community-block-info { | 13 | #content .box-1 .community-block-info { |
16 | - //border: 1px solid #000; | ||
17 | float: left; | 14 | float: left; |
18 | padding: 5px; | 15 | padding: 5px; |
19 | width: 360px; | 16 | width: 360px; |
@@ -58,7 +55,6 @@ | @@ -58,7 +55,6 @@ | ||
58 | } | 55 | } |
59 | 56 | ||
60 | #content .box-1 .community-block .community-block-title h1 { | 57 | #content .box-1 .community-block .community-block-title h1 { |
61 | - //border: 1px solid #00F; | ||
62 | font-variant: small-caps; | 58 | font-variant: small-caps; |
63 | color: #555753; | 59 | color: #555753; |
64 | text-align: left; | 60 | text-align: left; |
@@ -101,7 +97,6 @@ | @@ -101,7 +97,6 @@ | ||
101 | 97 | ||
102 | 98 | ||
103 | #content .box-1 .community-block .community-block-description { | 99 | #content .box-1 .community-block .community-block-description { |
104 | - //border: 1px solid #0F0; | ||
105 | font-style: italic; | 100 | font-style: italic; |
106 | color: black; | 101 | color: black; |
107 | padding: 10px; | 102 | padding: 10px; |