projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
A monster checkin, with a variety of changes to the web
[invirt/packages/invirt-web.git]
/
templates
/
static
/
layout.css
1
html {
2
background: #529;
3
padding: .75em;
4
}
5
body {
6
position: relative;
7
max-width: 66em;
8
margin: 0 auto;
9
padding: 1em;
10
border: 1px solid black;
11
background: #fff;
12
}