Skip to content

Instantly share code, notes, and snippets.

View alexxB's full-sized avatar

Alex Bigott alexxB

View GitHub Profile
@alexxB
alexxB / new_file0
Created July 8, 2015 07:19
Typo3: widget paginator look like bootstrap
/* video pagination - convert the widget paginator to look like bootstrap pagination */
.f3-widget-paginator {
display: inline-block;
border-radius: 4px;
margin: 20px 0px;
padding-left: 0px;
text-decoration: none;
}
.f3-widget-paginator > li {
display: inline;