mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #28 from sschneid/css_touchup
Textured background, transparent logo
This commit is contained in:
commit
dcde1baadd
5 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ body,
|
|||
margin-top: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-image: url('/img/cream_pixels.png');
|
||||
}
|
||||
|
||||
#wrap {
|
||||
|
|
|
|||
BIN
lib/vmpooler/public/img/cream_pixels.png
Normal file
BIN
lib/vmpooler/public/img/cream_pixels.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 B |
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='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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue