Commit a4b782450bc6b601042bd4851b531e17dd6d117e
1 parent
4f345ad9
Exists in
master
and in
10 other branches
Measurement patches block 'tags'
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
pagina_software.css
... | ... | @@ -56,13 +56,14 @@ span.nov_spb { |
56 | 56 | background: none; |
57 | 57 | border-bottom: none; |
58 | 58 | padding: 10px 0px 0px 0px; |
59 | - margin:10px; | |
59 | + /*margin:10px; s*/ | |
60 | 60 | /*margin-top:-5px;*/ |
61 | 61 | } |
62 | 62 | |
63 | 63 | #content .box-1 .tags-block .block-inner-2 .tag_cloud{ |
64 | 64 | font-size: 12px; |
65 | - margin-top:-11px; | |
65 | + /*margin-top:-11px;*/ | |
66 | + margin-bottom: 15px; | |
66 | 67 | text-align: left; |
67 | 68 | margin-top: -26px; |
68 | 69 | margin-left: 42px; |
... | ... | @@ -81,6 +82,7 @@ span.nov_spb { |
81 | 82 | background: none; |
82 | 83 | border: none; |
83 | 84 | border-radius: none; |
85 | + top:-5px; | |
84 | 86 | } |
85 | 87 | |
86 | 88 | #content .box-1 .tags-block .block-footer-content { | ... | ... |