first version of pagination w00t w00t! it's a bit hacky i think, should be possible to improve this code and make it smaller and cleaner and etc.

This commit is contained in:
Andrej Karpathy
2021-12-18 21:14:44 -08:00
parent 4210a73d15
commit c3cb157c9f
3 changed files with 72 additions and 4 deletions
+11
View File
@@ -262,6 +262,9 @@ body {
#time_filter_field {
width: 20px;
}
#page_number_field {
width: 20px;
}
#svm_c_field {
width: 30px;
}
@@ -281,3 +284,11 @@ body {
}
}
#pagination {
text-align: center;
margin-bottom: 20px;
}
#link-prev-page, #link-next-page {
margin: 0 5px 0 5px;
font-size: 16px;
}