|
|
@ -108,6 +108,9 @@ code.wrap { |
|
|
|
.following.bar .avatar > .ui.image { |
|
|
|
.following.bar .avatar > .ui.image { |
|
|
|
margin-right: 0; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.following.bar .avatar .octicon-triangle-down { |
|
|
|
|
|
|
|
margin-top: 6.5px; |
|
|
|
|
|
|
|
} |
|
|
|
.following.bar .searchbox { |
|
|
|
.following.bar .searchbox { |
|
|
|
background-color: #f4f4f4 !important; |
|
|
|
background-color: #f4f4f4 !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -439,6 +442,14 @@ footer .ui.language .menu { |
|
|
|
background: inherit !important; |
|
|
|
background: inherit !important; |
|
|
|
padding: 0 !important; |
|
|
|
padding: 0 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ui.dropdown .menu > .item > .image, |
|
|
|
|
|
|
|
.ui.dropdown .menu > .item > img, |
|
|
|
|
|
|
|
.ui.dropdown > .text > .image, |
|
|
|
|
|
|
|
.ui.dropdown > .text > img { |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
margin-top: 0; |
|
|
|
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
} |
|
|
|
.markdown:not(code) { |
|
|
|
.markdown:not(code) { |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |
|
|
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |
|
|
|