mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Dashboard wrapper div
This commit is contained in:
parent
bbe67ab8a3
commit
2e50082661
2 changed files with 7 additions and 1 deletions
|
|
@ -1,11 +1,15 @@
|
|||
body,
|
||||
#content {
|
||||
margin-top: 20px;
|
||||
width: 960px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
#header {
|
||||
border-bottom: solid 1px #888;
|
||||
margin-bottom: 20px;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<div id='wrap'>
|
||||
<div id='content'>
|
||||
|
||||
<div id='header'>
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
|
||||
<%= yield %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue