sipb-www
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37215b8
)
Clear floats at the bottom of <div class="cols" />.
author
Anders Kaseorg
<andersk@mit.edu>
Sun, 11 Jan 2009 00:48:35 +0000
(19:48 -0500)
committer
Anders Kaseorg
<andersk@mit.edu>
Sun, 11 Jan 2009 00:48:35 +0000
(19:48 -0500)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index 46c1c4fbe0813d76f407776d6ba71acf58bf1737..855d53c0ded454c768b79bf51014ac8f49cc66ef 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-3,6
+3,14
@@
body
font-family: verdana, arial, helvetica, sans-serif;
}
+.cols:after
+{
+content: "";
+display: block;
+height: 0;
+clear: both;
+}
+
.col1
{
position: relative;