mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Textured background, transparent logo
This commit is contained in:
parent
8247ea2d30
commit
f13bfde893
4 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ body,
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
background-image: url('/img/cream_pixels.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap {
|
#wrap {
|
||||||
|
|
|
||||||
BIN
lib/vmpooler/public/img/logo.gif
Normal file
BIN
lib/vmpooler/public/img/logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
|
|
@ -17,7 +17,7 @@
|
||||||
<div id='content'>
|
<div id='content'>
|
||||||
|
|
||||||
<div id='header'>
|
<div id='header'>
|
||||||
<embed src='/img/logo.jpg' width='200px' height='150px' class='logo' />
|
<embed src='/img/logo.gif' width='200px' height='150px' class='logo' />
|
||||||
|
|
||||||
<div class='text'><%= site_name %></div>
|
<div class='text'><%= site_name %></div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue