mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Minor style updates. Get rid of the black backgrounds.
This commit is contained in:
parent
7364ccbff8
commit
c0595b182f
1 changed files with 19 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ body {
|
|||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.5em;
|
||||
background: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -14,10 +14,23 @@ a {
|
|||
color: #00c;
|
||||
}
|
||||
|
||||
nav {
|
||||
background: #000;
|
||||
border-bottom: 1px solid #fff;
|
||||
outline: 1px solid #000;
|
||||
a:hover {
|
||||
color: #096;
|
||||
}
|
||||
|
||||
main {
|
||||
float: left; /* Ensure this expands to contain the table. */
|
||||
border-top: 3px solid #000;
|
||||
border-bottom: 3px solid #000;
|
||||
padding: 1em 1em 3em 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
clear: both;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 1em 30px;
|
||||
}
|
||||
|
||||
nav > ul {
|
||||
|
|
@ -35,7 +48,7 @@ nav > ul > li {
|
|||
nav a,
|
||||
footer a {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
nav a:after,
|
||||
|
|
@ -60,27 +73,11 @@ footer a.backward:before {
|
|||
padding-right: 1px;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 1em 30px;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
border-top: 1px solid #fff;
|
||||
outline: 1px solid #000;
|
||||
}
|
||||
|
||||
#generated-at {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
main {
|
||||
background: #fff;
|
||||
padding: 1px 1em 3em 1em; /* 1px to prevent margin collapse */
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0.75em 10px 1em 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue