X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/2cf5e2bf19b71f630e610d305305cb795c9bfab4..28572b74eef47469f28bdfdd4fb189e855d30efb:/style.css diff --git a/style.css b/style.css index 84b5249..9d8162f 100644 --- a/style.css +++ b/style.css @@ -349,3 +349,27 @@ dl.services dd{ .actions ul li a:hover{ text-decoration:underline; } + + +.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%; +} + +.right { +float: right; +margin-left: 2em; +}