Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #157 from kipukun/master

Slightly tweak navbar CSS
Cette révision appartient à :
keo 2017-05-07 21:27:41 +03:00 révisé par GitHub
révision ec7c81216a
2 fichiers modifiés avec 9 ajouts et 0 suppressions

Voir le fichier

@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
background-size: 75px, 100px;
}
}
.navbar {
border-radius: 0px;
}

Voir le fichier

@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
max-width: 100%;
max-height: 80vh;
}
/* the curved edges triggered my autism */
.navbar {
border-radius: 0px;
}