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,7 +418,7 @@ p { | ||
418 | 418 | ||
419 | font-family: "open_sansbold", Arial, Helvetica, sans-serif; | 419 | font-family: "open_sansbold", Arial, Helvetica, sans-serif; |
420 | font-variant: normal; | 420 | font-variant: normal; |
421 | - /*margin: 0;*/ | 421 | + /*margin: 0*/; |
422 | } | 422 | } |
423 | 423 | ||
424 | #content .box-1 .block-title { | 424 | #content .box-1 .block-title { |
@@ -517,6 +517,10 @@ p { | @@ -517,6 +517,10 @@ p { | ||
517 | } | 517 | } |
518 | /* Menu List footer */ | 518 | /* Menu List footer */ |
519 | 519 | ||
520 | +#content .box-3 .block-title{ | ||
521 | + margin:0;} | ||
522 | + | ||
523 | + | ||
520 | #content .box-3 .link-list-block li a.link-this-page { | 524 | #content .box-3 .link-list-block li a.link-this-page { |
521 | width: auto; | 525 | width: auto; |
522 | border-right: none; | 526 | border-right: none; |
@@ -531,7 +535,7 @@ p { | @@ -531,7 +535,7 @@ p { | ||
531 | color: #545454; | 535 | color: #545454; |
532 | background-color: #FFF; | 536 | background-color: #FFF; |
533 | border-radius: none; | 537 | border-radius: none; |
534 | - padding: 0.6em 1.5em; | 538 | + padding: 0.6em 1.1em; |
535 | } | 539 | } |
536 | 540 | ||
537 | #content .box-3 .link-list-block li a:hover { | 541 | #content .box-3 .link-list-block li a:hover { |