projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add graphs of network usage by VMs.
[invirt/packages/invirt-web.git]
/
code
/
static
/
layout.css
diff --git
a/code/static/layout.css
b/code/static/layout.css
index
459cc9f
..
d579a93
100644
(file)
--- a/
code/static/layout.css
+++ b/
code/static/layout.css
@@
-25,15
+25,6
@@
body {
background: #fff;
}
background: #fff;
}
-/* Limit the <body /> width for readability. */
-body {
- max-width: 60em;
-}
-
-/* Increase line heights for better screen readability. */
-p, li, dt, dd, address {
- line-height: 1.5em;
-}
-pre {
- line-height: 1.25em;
+body.help {
+ max-width: 50em;
}
}