Commit eff70f9121150d3569d53704bd669b9d33d9ef22
1 parent
81a6144c
Exists in
master
and in
10 other branches
Adjusted margins and paddings on link list
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -418,7 +418,7 @@ p { |
418 | 418 | |
419 | 419 | font-family: "open_sansbold", Arial, Helvetica, sans-serif; |
420 | 420 | font-variant: normal; |
421 | - /*margin: 0;*/ | |
421 | + /*margin: 0*/; | |
422 | 422 | } |
423 | 423 | |
424 | 424 | #content .box-1 .block-title { |
... | ... | @@ -517,6 +517,10 @@ p { |
517 | 517 | } |
518 | 518 | /* Menu List footer */ |
519 | 519 | |
520 | +#content .box-3 .block-title{ | |
521 | + margin:0;} | |
522 | + | |
523 | + | |
520 | 524 | #content .box-3 .link-list-block li a.link-this-page { |
521 | 525 | width: auto; |
522 | 526 | border-right: none; |
... | ... | @@ -531,7 +535,7 @@ p { |
531 | 535 | color: #545454; |
532 | 536 | background-color: #FFF; |
533 | 537 | border-radius: none; |
534 | - padding: 0.6em 1.5em; | |
538 | + padding: 0.6em 1.1em; | |
535 | 539 | } |
536 | 540 | |
537 | 541 | #content .box-3 .link-list-block li a:hover { | ... | ... |