Commit 5d8562999e5a65e88ea5432005301ded1dbbd184
1 parent
28b0c4dc
Exists in
master
and in
54 other branches
Adjust repository size to follow blocks above
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -274,6 +274,10 @@ |
274 | 274 | } |
275 | 275 | |
276 | 276 | /* Repository block */ |
277 | +.template-default #content .box-3 .repository-block{ | |
278 | + padding: 0 0 0 10px; | |
279 | +} | |
280 | + | |
277 | 281 | .template-default .box-3 #bt_repositorio, |
278 | 282 | .template-default .box-3 #bt_repositorio:active, |
279 | 283 | .template-default .box-3 #bt_repositorio:visited{ |
... | ... | @@ -373,6 +377,10 @@ |
373 | 377 | } |
374 | 378 | |
375 | 379 | /* Repository block */ |
380 | +.template-lefttopright #content .box-2 .repository-block{ | |
381 | + padding: 0 0 0 10px; | |
382 | +} | |
383 | + | |
376 | 384 | .template-lefttopright .box-2 #bt_repositorio, |
377 | 385 | .template-lefttopright .box-2 #bt_repositorio:active, |
378 | 386 | .template-lefttopright .box-2 #bt_repositorio:visited { | ... | ... |