Merge pull request #108 from funkill/styles

add rounding for first and last items in theme selector
This commit is contained in:
Mathieu David 2016-02-16 10:30:01 +01:00
commit fc86b963bb
1 changed files with 9 additions and 0 deletions

View File

@ -264,6 +264,15 @@ table thead td {
line-height: 25px;
white-space: nowrap;
}
.theme-popup .theme:hover:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.theme-popup .theme:hover:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
@media only screen and (max-width: 1250px) {
.nav-chapters {
display: none;