Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update classic.css (#1670)

* Update classic.css

* coveralls test

* add additional user search route
Cette révision appartient à :
kilo 2017-10-16 03:08:21 +02:00 révisé par GitHub
Parent bc580942e7
révision ebfcf90d99
2 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -26,6 +26,7 @@ func init() {
// User Profile specific routes
userRoutes := router.Get().Group("/user")
{
userRoutes.GET("", UserProfileHandler)
userRoutes.GET("/:id", UserProfileHandler)
userRoutes.GET("/:id/:username", UserProfileHandler)
userRoutes.GET("/:id/:username/follow", UserFollowHandler)

Voir le fichier

@ -425,7 +425,7 @@ span.comment-index+p a:hover {
float: right;
margin-top: 7px;
}
.torrent-buttons a{
.torrent-buttons a, .torrent-buttons button {
height: 26px!important;
background: linear-gradient(to bottom, #33ca98 0%, #336867 72%);
color: white!important;