Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
appstore
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Innovation Co-Lab
appstore
Commits
ea753f78
Commit
ea753f78
authored
Nov 24, 2015
by
jz143
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.oit.duke.edu:colab/appstore
parents
61ffc3df
1492dddf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Gemfile.lock
Gemfile.lock
+0
-3
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+5
-0
app/views/layouts/application.html.erb
app/views/layouts/application.html.erb
+1
-1
No files found.
Gemfile.lock
View file @
ea753f78
...
...
@@ -231,6 +231,3 @@ DEPENDENCIES
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)
BUNDLED WITH
1.10.6
app/assets/stylesheets/application.scss
View file @
ea753f78
...
...
@@ -35,6 +35,11 @@ body {
margin-bottom
:
0
;
line-height
:
40px
;
}
.brand
{
img
{
margin-left
:
-7px
;
}
}
}
h1
{
...
...
app/views/layouts/application.html.erb
View file @
ea753f78
...
...
@@ -28,7 +28,7 @@
</ul>
<div
class=
"brand"
>
<%=
link_to
root_path
do
%>
<%=
image_tag
'appstore-logo.png'
,
:size
=>
"428x124"
%>
<%=
image_tag
'appstore-logo.png'
,
:size
=>
"428x124"
,
:class
=>
'img-responsive'
%>
<%
end
%>
</div>
</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