projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3bce3
)
The CSS interferes with the height=100% on the VNC applet. (Also, I
author
Anders Kaseorg
<andersk@mit.edu>
Mon, 22 Oct 2007 21:40:24 +0000
(17:40 -0400)
committer
Anders Kaseorg
<andersk@mit.edu>
Mon, 22 Oct 2007 21:40:24 +0000
(17:40 -0400)
don't approve of my CSS being ripped off for a website it wasn't
designed for.)
svn path=/trunk/web/; revision=210
templates/static/layout.css
patch
|
blob
|
history
diff --git
a/templates/static/layout.css
b/templates/static/layout.css
index
b13b675
..
e5cc071
100644
(file)
--- a/
templates/static/layout.css
+++ b/
templates/static/layout.css
@@
-1,12
+1,3
@@
-html {
- background: #529;
- padding: .75em;
-}
-body {
- position: relative;
- max-width: 66em;
- margin: 0 auto;
- padding: 1em;
- border: 1px solid black;
- background: #fff;
+html,body {
+ height: 100%;
}