Commit 2af6d44d1aaadeb5add8fb1584e7620a62082a2b
1 parent
7a1c5fc6
Exists in
master
and in
10 other branches
Correction block categories-and-tags
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pagina_software.css
... | ... | @@ -244,7 +244,7 @@ border: |
244 | 244 | |
245 | 245 | /*************raw html - category and tags****************/ |
246 | 246 | |
247 | -.categories-and-tags-block{ | |
247 | +#content .block .categories-and-tags-block :not(.article-block){ | |
248 | 248 | border-top:4px solid #21376C; |
249 | 249 | } |
250 | 250 | /* |
... | ... | @@ -253,7 +253,7 @@ category_cloud{ |
253 | 253 | |
254 | 254 | }*/ |
255 | 255 | |
256 | -#content .box-1 .categories-and-tags-block .block-inner-1 .block-title{ | |
256 | +#content .box-1 .categories-and-tags-block .block-inner-1 .block-title :not(.article-block){ | |
257 | 257 | font-size: 11px; |
258 | 258 | border-top: 1px solid #8b949b; |
259 | 259 | /*border-top: none;*/ | ... | ... |