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,9 +254,13 @@ border: | ||
254 | /*float:left;*/ | 254 | /*float:left;*/ |
255 | position: static; | 255 | position: static; |
256 | background: none; | 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 | /*font-size: 11px; | 264 | /*font-size: 11px; |
261 | border-top: 1px solid #8b949b; | 265 | border-top: 1px solid #8b949b; |
262 | /*border-top: none; | 266 | /*border-top: none; |
@@ -286,7 +290,7 @@ border: | @@ -286,7 +290,7 @@ border: | ||
286 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { | 290 | #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { |
287 | float:right; | 291 | float:right; |
288 | position: absolute; | 292 | position: absolute; |
289 | - margin-top:9px; | 293 | + margin-top:-40px; |
290 | margin-left:72px; | 294 | margin-left:72px; |
291 | margin-bottom: 10px; | 295 | margin-bottom: 10px; |
292 | } | 296 | } |