Skip to content
Snippets Groups Projects
Commit 86f0ac56 authored by ale's avatar ale
Browse files

replace background image with simple icon

parent f0601d62
No related branches found
No related tags found
No related merge requests found
fe/static/radio52.png

2.42 KiB

......@@ -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;
......
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment