Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoradio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
autoradio
Commits
86f0ac56
Commit
86f0ac56
authored
11 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
replace background image with simple icon
parent
f0601d62
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fe/static/radio52.png
+0
-0
0 additions, 0 deletions
fe/static/radio52.png
fe/static/style.css
+5
-0
5 additions, 0 deletions
fe/static/style.css
fe/templates/index.html
+1
-11
1 addition, 11 deletions
fe/templates/index.html
with
6 additions
and
11 deletions
fe/static/radio52.png
0 → 100644
+
0
−
0
View file @
86f0ac56
2.42 KiB
This diff is collapsed.
Click to expand it.
fe/static/style.css
+
5
−
0
View file @
86f0ac56
...
...
@@ -12,6 +12,11 @@ body {
padding-right
:
15px
;
}
.page-header
{
background
:
url(radio52.png)
top
left
no-repeat
;
padding-left
:
58px
;
}
/* Custom page header */
.header
{
border-bottom
:
1px
solid
#e5e5e5
;
...
...
This diff is collapsed.
Click to expand it.
fe/templates/index.html
+
1
−
11
View file @
86f0ac56
...
...
@@ -5,10 +5,7 @@
<link
rel=
"stylesheet"
href=
"//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/static/style.css"
>
<link
rel=
"shortcut icon"
href=
"/static/favicon.png"
>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"
></script>
<script
src=
"/static/fullbg.js"
></script>
<link
rel=
"shortcut icon"
href=
"/static/radio52.png"
>
</head>
<body>
...
...
@@ -50,12 +47,5 @@
</div>
</div>
<img
src=
"/static/radiomast_bw.jpg"
id=
"bgImg"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
'
#bgImg
'
).
fullBg
().
show
();
});
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment