removed first and last in stylesheet

This commit is contained in:
Flummi 2016-08-18 08:20:35 +02:00
parent bd77fad9c6
commit 297d1c73ff

View File

@ -52,13 +52,8 @@ a:hover {
code {
color: #9df943;
}
.centeredthumbs {
display: flex;
align-items: center;
flex-flow: row wrap;
}
#first,#last {
display:none;
}