diff --git a/static/css/benchmarks.css b/static/css/benchmarks.css new file mode 100644 index 0000000..6c242a2 --- /dev/null +++ b/static/css/benchmarks.css @@ -0,0 +1,15 @@ +.list-group-item { + position: relative; +} +.stretched-link { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; +} +.username-link { + position: relative; + z-index: 2; +} diff --git a/templates/benchmarks.tmpl b/templates/benchmarks.tmpl index 73e7624..d13a4db 100644 --- a/templates/benchmarks.tmpl +++ b/templates/benchmarks.tmpl @@ -1,5 +1,7 @@ {{template "header.tmpl" .}} + +