Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
6d585568
Commit
6d585568
authored
Sep 01, 2013
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turn top header into a link to homepage
parent
229b7de3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
panikdb/static/css/style.css
panikdb/static/css/style.css
+5
-3
panikdb/templates/base.html
panikdb/templates/base.html
+1
-1
No files found.
panikdb/static/css/style.css
View file @
6d585568
...
...
@@ -92,8 +92,8 @@ div#wrap {
{
font-size
:
23px
;
letter-spacing
:
-1px
;
padding-top
:
30px
;
margin
:
0
;
height
:
100%
;
}
#header
span
...
...
@@ -104,10 +104,12 @@ div#wrap {
color
:
#FCE2CA
;
}
#header
h1
a
,
#header
span
a
{
#header
h1
a
{
color
:
white
;
text-decoration
:
none
;
display
:
block
;
height
:
100%
;
padding-top
:
30px
;
}
#splash
...
...
panikdb/templates/base.html
View file @
6d585568
...
...
@@ -34,7 +34,7 @@
{% endblock %}
{% if not popup %}
<div
id=
"header"
>
<h1>
Panik DB
</h1>
<h1>
<a
href=
"{% url 'home' %}"
>
Panik DB
</
a></
h1>
</div>
<div
id=
"splash"
>
</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