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
srct.gmu.io
Commits
5036d380
Commit
5036d380
authored
Feb 02, 2014
by
Daniel W Bond
Browse files
fixed the resizing background issue
parent
de902877
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
5036d380
...
...
@@ -25,8 +25,11 @@ height:100%;
.jumbostyle
{
background
:
url(/static/img/renfredhaxxor.jpg)
no-repeat
;
background-size
:
100%
;
background-size
:
cover
;
background-position
:
20%
;
box-shadow
:
inset
0px
0px
15px
#333
;
padding-top
:
105px
;
padding-bottom
:
90px
;
}
.transparency
{
...
...
srctweb/website/templates/index.html
View file @
5036d380
...
...
@@ -13,6 +13,7 @@ SRCT
</div>
</div>
<!--container-->
</div>
{% endblock %}
{% block content %}
...
...
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