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 { code {
color: #9df943; color: #9df943;
} }
.centeredthumbs { .centeredthumbs {
display: flex; display: flex;
align-items: center; align-items: center;
flex-flow: row wrap; flex-flow: row wrap;
} }
#first,#last {
display:none;
}