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:
bba39fe
)
restore columns CSS
author
Greg Price
<price@mit.edu>
Mon, 12 Jan 2009 02:11:21 +0000
(21:11 -0500)
committer
Greg Price
<price@mit.edu>
Mon, 12 Jan 2009 02:11:39 +0000
(21:11 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 44051b9de4b2bf85cf7607740b40145d9f741c85..0fb596bf4a7e1f1d3d7ff6d9dd3db97af38cf029 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-22,6
+22,25
@@
a:hover{
background: url('images/gradient.png') no-repeat 0 0 #A8A9AD;
margin:0 auto;
}
+
+.cols:after{
+ content: "";
+ display: block;
+ height: 0;
+ clear: both;
+}
+.col1{
+ position: relative;
+ float: left;
+ width: 50%;
+}
+.col2{
+ position: relative;
+ float: right;
+ align: left;
+ width: 50%;
+}
+
#logo{
padding-left: 47px;
padding-top:18px;