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
2be3032f
Commit
2be3032f
authored
Jul 23, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add body background image from ubuntu.com website
parent
82bb34e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
debomatic-webui/public/images/image-background-paper.png
debomatic-webui/public/images/image-background-paper.png
+0
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+13
-9
No files found.
debomatic-webui/public/images/image-background-paper.png
0 → 100644
View file @
2be3032f
90.5 KB
debomatic-webui/public/stylesheets/style.css
View file @
2be3032f
body
{
body
{
background
:
#f4f5f6
;
background
:
url("../images/image-background-paper.png")
repeat-y
center
top
#f7f7f7
}
}
.navbar
{
.navbar
{
...
@@ -20,11 +20,22 @@ body {
...
@@ -20,11 +20,22 @@ body {
margin-left
:
14px
;
margin-left
:
14px
;
}
}
pre
{
white-space
:
pre-wrap
;
word-break
:
break-word
;
background
:
white
;
border-color
:
#d6d6d6
;
}
.breadcrumb
{
.breadcrumb
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
background
:
none
;
background
:
none
;
}
}
.nav
>
li
>
a
:hover
,
.nav
>
li
>
a
:focus
{
background-color
:
rgba
(
0
,
0
,
0
,
0.05
);
}
#error
{
#error
{
display
:
none
;
display
:
none
;
}
}
...
@@ -177,13 +188,6 @@ footer .info {
...
@@ -177,13 +188,6 @@ footer .info {
line-height
:
35px
;
line-height
:
35px
;
}
}
#file
.content
{
white-space
:
pre-wrap
;
word-break
:
break-word
;
background
:
white
;
border-color
:
#d6d6d6
;
}
#file
.no-background
{
#file
.no-background
{
background
:
none
;
background
:
none
;
border
:
none
;
border
:
none
;
...
@@ -205,7 +209,7 @@ footer .info {
...
@@ -205,7 +209,7 @@ footer .info {
#package_info
{
#package_info
{
display
:
inline-block
;
display
:
inline-block
;
background
:
#f4f4f4
;
background
:
none
;
padding
:
4px
10px
;
padding
:
4px
10px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
border-radius
:
4px
;
border-radius
:
4px
;
...
...
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