Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
9d78b06b
Commit
9d78b06b
authored
Aug 20, 2013
by
Simon Daron
Browse files
Adding PanikLogo
parent
b983c4e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
9d78b06b
...
...
@@ -14,9 +14,7 @@ button{
cursor
:
pointer
;
background
:
none
;
}
img
{
border
:
2px
solid
black
;
margin-right
:
10px
;
img
{
max-width
:
100%
;
}
h1
,
h2
,
h3
,
h4
,
h5
{
font-family
:
'RegloBold'
;
...
...
panikweb_templates/static/css/specifics.css
View file @
9d78b06b
...
...
@@ -105,6 +105,8 @@ body {
clear
:
both
;
}
#main
{}
#Panik
{
background
:
white
;}
#Panik
img
{
display
:
block
;
margin
:
auto
;}
.wrapper
{
width
:
auto
;}
...
...
panikweb_templates/static/img/LogoPanik.jpg
0 → 100644
View file @
9d78b06b
41.8 KB
panikweb_templates/templates/base.html
View file @
9d78b06b
...
...
@@ -56,6 +56,7 @@
</nav>
</div>
<div
id=
"main"
>
<div
id=
"Panik"
><img
class=
"logo"
src=
"{{ STATIC_URL }}/img/LogoPanik.jpg"
/></div>
{% block main %}
<!--
<div class="wrapper" id="siteNav">
...
...
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