Commit 2d0c63e5e5b1b3fe640f088bc1a1c643b8ec54e5
1 parent
37b137ce
Exists in
master
and in
12 other branches
Remove itens 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 | -#content .block .categories-and-tags-block :not(.article-block){ | |
247 | +#content .block .categories-and-tags-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 :not(.article-block){ | |
256 | +#content .box-1 .categories-and-tags-block .block-inner-1 .block-title { | |
257 | 257 | font-size: 11px; |
258 | 258 | border-top: 1px solid #8b949b; |
259 | 259 | /*border-top: none;*/ | ... | ... |