mirror of
https://github.com/wahyd4/loginsrv.git
synced 2026-08-09 04:46:29 +10:00
give a bit of of a margin so the button isn't right against the picture
This commit is contained in:
+4
-2
@@ -2,12 +2,13 @@ package login
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"github.com/tarent/loginsrv/logging"
|
||||
"github.com/tarent/loginsrv/model"
|
||||
"html/template"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/tarent/loginsrv/logging"
|
||||
"github.com/tarent/loginsrv/model"
|
||||
)
|
||||
|
||||
const partials = `
|
||||
@@ -46,6 +47,7 @@ const partials = `
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user