Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
5273a04e
Commit
5273a04e
authored
May 12, 2016
by
David Haynes
Browse files
Fix minor graphical error
- text colors on buttons were wrong
parent
4780f0f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/public_landing.html
View file @
5273a04e
...
...
@@ -6,6 +6,9 @@ banner,.page-header,#banner {
border-bottom
:
none
;
margin-bottom
:
0
;
}
.what
a
:link
{
color
:
#FFFFFF
;
}
</style>
{% extends 'layouts/base.html' %}
...
...
@@ -84,7 +87,7 @@ SRCT Go - Welcome
<br
/>
<hr
/>
<div
class=
"row"
>
<div
class=
"what"
"
row
"
>
<div
class=
"col-md-offset-1 col-md-4"
"
col-md-offset-2
col-md-4
"
>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-primary btn-block"
>
Log In
</a>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment