Commit d34a34cef836e56ae9445c8497cfbe5329b2faf0
1 parent
0695a482
Exists in
master
and in
12 other branches
Adjustment measures block tags and categories
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
pagina_software.css
... | ... | @@ -254,9 +254,13 @@ border: |
254 | 254 | /*float:left;*/ |
255 | 255 | position: static; |
256 | 256 | background: none; |
257 | - margin-top:2px; | |
258 | -} | |
257 | + margin-top:10px; | |
259 | 258 | |
259 | +} | |
260 | +#content .box-1 .categories-and-tags-block .block-inner-1 .block-title:last-child { | |
261 | + border-top:1px solid #8b949b; | |
262 | + border-bottom: 1px solid #8b949b; | |
263 | +} | |
260 | 264 | /*font-size: 11px; |
261 | 265 | border-top: 1px solid #8b949b; |
262 | 266 | /*border-top: none; |
... | ... | @@ -286,7 +290,7 @@ border: |
286 | 290 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { |
287 | 291 | float:right; |
288 | 292 | position: absolute; |
289 | - margin-top:9px; | |
293 | + margin-top:-40px; | |
290 | 294 | margin-left:72px; |
291 | 295 | margin-bottom: 10px; |
292 | 296 | } | ... | ... |