Increase the margin for buttons on the right of the compare page
This commit is contained in:
parent
38888aea6b
commit
902409b828
1 changed files with 3 additions and 1 deletions
|
|
@ -563,7 +563,9 @@
|
||||||
" and "
|
" and "
|
||||||
(samp ,(string-take target-commit 8) "…"))
|
(samp ,(string-take target-commit 8) "…"))
|
||||||
(div
|
(div
|
||||||
(@ (class "btn-group-vertical btn-group-lg pull-right") (role "group"))
|
(@ (class "btn-group-vertical btn-group-lg pull-right")
|
||||||
|
(style "margin-top: 2em;")
|
||||||
|
(role "group"))
|
||||||
(a (@ (class "btn btn-default")
|
(a (@ (class "btn btn-default")
|
||||||
(href ,(string-append "/compare/packages" query-params)))
|
(href ,(string-append "/compare/packages" query-params)))
|
||||||
"Compare packages")
|
"Compare packages")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue