modify breadcrumb bug
Showing
8 changed files
with
18 additions
and
14 deletions
... | @@ -468,8 +468,8 @@ blockquote { | ... | @@ -468,8 +468,8 @@ blockquote { |
468 | } | 468 | } |
469 | .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span { | 469 | .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span { |
470 | padding: 0 10px 0 25px; | 470 | padding: 0 10px 0 25px; |
471 | height: 35px; | 471 | height: 36px; |
472 | line-height: 35px; | 472 | line-height: 36px; |
473 | } | 473 | } |
474 | .breadcrumb-arrow li:first-child a { | 474 | .breadcrumb-arrow li:first-child a { |
475 | padding: 0 10px; | 475 | padding: 0 10px; |
... | @@ -486,23 +486,23 @@ blockquote { | ... | @@ -486,23 +486,23 @@ blockquote { |
486 | } | 486 | } |
487 | .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after { | 487 | .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after { |
488 | position: absolute; | 488 | position: absolute; |
489 | top: 0; | 489 | top: -1px; |
490 | content: ''; | 490 | content: ''; |
491 | width: 0; | 491 | width: 0; |
492 | height: 0; | 492 | height: 0; |
493 | border-top: 17px solid transparent; | 493 | border-top: 18px solid transparent; |
494 | border-bottom: 17px solid transparent; | 494 | border-bottom: 18px solid transparent; |
495 | } | 495 | } |
496 | .breadcrumb-arrow li a:before { | 496 | .breadcrumb-arrow li a:before { |
497 | right: -10px; | 497 | right: -10px; |
498 | border-left-width: 10px; | 498 | border-left-width: 11px; |
499 | border-left-style: solid; | 499 | border-left-style: solid; |
500 | border-left-color: #3bafda; | 500 | border-left-color: #3bafda; |
501 | z-index: 3; | 501 | z-index: 3; |
502 | } | 502 | } |
503 | .breadcrumb-arrow li a:after { | 503 | .breadcrumb-arrow li a:after { |
504 | right: -11px; | 504 | right: -11px; |
505 | border-left: 10px solid #2494be; | 505 | border-left: 11px solid #2494be; |
506 | z-index: 2; | 506 | z-index: 2; |
507 | } | 507 | } |
508 | .breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus { | 508 | .breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus { | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | @@ -57,8 +57,8 @@ $breadcrumb-arrow-background-color-hover: $aqua-light !default; | ... | @@ -57,8 +57,8 @@ $breadcrumb-arrow-background-color-hover: $aqua-light !default; |
57 | & li a, | 57 | & li a, |
58 | & li:not(:first-child) span { | 58 | & li:not(:first-child) span { |
59 | padding: 0 10px 0 25px; | 59 | padding: 0 10px 0 25px; |
60 | height: 35px; | 60 | height: 36px; |
61 | line-height: 35px; | 61 | line-height: 36px; |
62 | } | 62 | } |
63 | & li:first-child a { | 63 | & li:first-child a { |
64 | padding: 0 10px; | 64 | padding: 0 10px; |
... | @@ -76,23 +76,23 @@ $breadcrumb-arrow-background-color-hover: $aqua-light !default; | ... | @@ -76,23 +76,23 @@ $breadcrumb-arrow-background-color-hover: $aqua-light !default; |
76 | & li a:before, | 76 | & li a:before, |
77 | & li a:after { | 77 | & li a:after { |
78 | position: absolute; | 78 | position: absolute; |
79 | top: 0; | 79 | top: -1px; |
80 | content: ''; | 80 | content: ''; |
81 | width: 0; | 81 | width: 0; |
82 | height: 0; | 82 | height: 0; |
83 | border-top: 17px solid transparent; | 83 | border-top: 18px solid transparent; |
84 | border-bottom: 17px solid transparent; | 84 | border-bottom: 18px solid transparent; |
85 | } | 85 | } |
86 | & li a:before { | 86 | & li a:before { |
87 | right: -10px; | 87 | right: -10px; |
88 | border-left-width: 10px; | 88 | border-left-width: 11px; |
89 | border-left-style: solid; | 89 | border-left-style: solid; |
90 | border-left-color: $breadcrumb-arrow-background-color; | 90 | border-left-color: $breadcrumb-arrow-background-color; |
91 | z-index: 3; | 91 | z-index: 3; |
92 | } | 92 | } |
93 | & li a:after{ | 93 | & li a:after{ |
94 | right: -11px; | 94 | right: -11px; |
95 | border-left: 10px solid darken($breadcrumb-arrow-background-color, 10%); | 95 | border-left: 11px solid darken($breadcrumb-arrow-background-color, 10%); |
96 | z-index: 2; | 96 | z-index: 2; |
97 | } | 97 | } |
98 | & li a:hover, | 98 | & li a:hover, | ... | ... |
... | @@ -22,6 +22,7 @@ $image-radius: 4px !default; | ... | @@ -22,6 +22,7 @@ $image-radius: 4px !default; |
22 | 22 | ||
23 | body { | 23 | body { |
24 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; | 24 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
25 | // font-family: 'Lato', sans-serif; | ||
25 | color: $body-font-color; | 26 | color: $body-font-color; |
26 | background-color: $body-background-color; | 27 | background-color: $body-background-color; |
27 | } | 28 | } | ... | ... |
1 | body { | 1 | body { |
2 | position: relative; /* For scrollyspy */ | 2 | position: relative; /* For scrollyspy */ |
3 | /*font-family: 'Lato', sans-serif !important;*/ | ||
3 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; | 4 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; |
4 | /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */ | 5 | /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */ |
5 | } | 6 | } |
6 | h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { | 7 | h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { |
8 | /*font-family: 'Lato', sans-serif !important;*/ | ||
7 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; | 9 | font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; |
8 | } | 10 | } |
9 | /* ---------------------------------- | 11 | /* ---------------------------------- | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
10 | <!-- site css --> | 10 | <!-- site css --> |
11 | <link rel="stylesheet" href="css/site.min.css"> | 11 | <link rel="stylesheet" href="css/site.min.css"> |
12 | <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css"> | 12 | <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css"> |
13 | <!-- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> --> | ||
13 | <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. --> | 14 | <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. --> |
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="js/html5shiv.js"></script> | 16 | <script src="js/html5shiv.js"></script> | ... | ... |
-
Please register or sign in to post a comment