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
Christopher M Reffett
whats-open
Commits
1f12edb5
Commit
1f12edb5
authored
Jan 29, 2013
by
Daniel Bond
Browse files
Changed footer on phone
parent
cc39f03b
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
1f12edb5
...
...
@@ -55,3 +55,6 @@ div.container{
text-align
:
center
;
}
.phone-footer
{
text-align
:
center
;
}
whats_open/templates/base.html
View file @
1f12edb5
...
...
@@ -42,10 +42,17 @@
</div>
<div
class =
"left-footer"
>
<div
class =
"left-footer
hidden-phone
"
>
A project of
<a
href=
"http://srct.gmu.edu"
>
GMU SRCT
</a>
. Some rights reserved.
</div>
<div
class =
"offset5 right-footer"
>
<div
class =
"offset5 right-footer hidden-phone"
>
George Mason University
<a
href=
"http://dining.gmu.edu"
>
Dining Services
</a>
</div>
<div
class =
"phone-footer visible-phone"
>
A project of
<a
href=
"http://srct.gmu.edu"
>
GMU SRCT
</a>
. Some rights reserved.
</div>
<div
class =
"phone-footer"
>
George Mason University
<a
href=
"http://dining.gmu.edu"
>
Dining Services
</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