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
Renfred Harper
srctweb
Commits
189152ad
Commit
189152ad
authored
Feb 20, 2014
by
Daniel W Bond
Browse files
beginnings of logo work
parent
1645d59e
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
189152ad
...
...
@@ -40,7 +40,7 @@ To-do
---
Note-- this should also be on the wiki
*
L
ogo in navbar
*
white transparent l
ogo in navbar
*
Set up the documents with ability to download pdfs and latex files
*
Logo image download permalinks
*
add piwik opt out link
...
...
srctweb/website/static/css/style.css
View file @
189152ad
...
...
@@ -41,6 +41,10 @@ a[name] {
border-radius
:
5px
;
}
.srctlogo
{
width
:
10px
;
}
.smidge
{
padding-bottom
:
10px
;
}
srctweb/website/templates/layouts/navbar.html
View file @
189152ad
...
...
@@ -7,7 +7,7 @@
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"/"
><strong>
Mason SRCT
</strong></a>
<a
class=
"navbar-brand"
href=
"/"
>
<img
src=
"/static/img/acorn.png"
width=
20
height=
20
alt=
""
/>
<strong>
Mason SRCT
</strong></a>
</div>
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
...
...
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