Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
f345ae24
Commit
f345ae24
authored
Mar 09, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style for header
parent
48d520b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
debomatic-webui/public/images/debian-logo.gif
debomatic-webui/public/images/debian-logo.gif
+0
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+5
-0
debomatic-webui/views/layout.ejs
debomatic-webui/views/layout.ejs
+1
-1
No files found.
debomatic-webui/public/images/debian-logo.gif
0 → 100644
View file @
f345ae24
1.24 KB
debomatic-webui/public/stylesheets/style.css
View file @
f345ae24
...
@@ -3,3 +3,8 @@
...
@@ -3,3 +3,8 @@
width
:
220px
!important
;
width
:
220px
!important
;
top
:
10px
;
top
:
10px
;
}
}
#header
{
background
:
url('../images/debian-logo.gif')
right
no-repeat
;
cursor
:
pointer
;
}
debomatic-webui/views/layout.ejs
View file @
f345ae24
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<body>
<body>
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<header
>
<header
id=
"header"
onclick=
"window.location.href='/'"
>
<h1><
%=
title
%
></h1>
<h1><
%=
title
%
></h1>
<p
class=
"lead"
><
%=
description
%
></p>
<p
class=
"lead"
><
%=
description
%
></p>
</header>
</header>
...
...
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